#include <optional_aligned_storage.hpp>
Classes | |
| union | dummy_u |
Public Member Functions | |
| void * | address () |
| void const * | address () const |
| T * | ptr_ref () |
| T const * | ptr_ref () const |
| T & | ref () |
| T const & | ref () const |
Private Attributes | |
| union boost::optional_detail::aligned_storage::dummy_u | dummy_ |
Definition at line 25 of file optional_aligned_storage.hpp.
|
inline |
Definition at line 47 of file optional_aligned_storage.hpp.
|
inline |
Definition at line 46 of file optional_aligned_storage.hpp.
|
inline |
Definition at line 64 of file optional_aligned_storage.hpp.
|
inline |
Definition at line 63 of file optional_aligned_storage.hpp.
|
inline |
Definition at line 68 of file optional_aligned_storage.hpp.
|
inline |
Definition at line 67 of file optional_aligned_storage.hpp.
|
private |