aligned_storage< T > Struct Template Reference
Detailed Descriptiontemplate<typename T>
|
aligned_storage | ( | ) |
Definition at line 753 of file memory.hpp.
◆ aligned_storage() [2/4]
|
explicit |
Definition at line 755 of file memory.hpp.
◆ ~aligned_storage()
~aligned_storage | ( | ) |
Definition at line 758 of file memory.hpp.
◆ aligned_storage() [3/4]
aligned_storage | ( | const aligned_storage< T > & | x | ) |
Definition at line 760 of file memory.hpp.
◆ aligned_storage() [4/4]
aligned_storage | ( | move_from< aligned_storage< T > > | x | ) |
Definition at line 761 of file memory.hpp.
Member Function Documentation
◆ get() [1/2]
T& get | ( | ) |
Definition at line 765 of file memory.hpp.
◆ get() [2/2]
const T& get | ( | ) | const |
Definition at line 766 of file memory.hpp.
◆ operator=()
aligned_storage& operator= | ( | aligned_storage< T > | x | ) |
Definition at line 763 of file memory.hpp.
Friends And Related Function Documentation
◆ swap
|
friend |
Definition at line 768 of file memory.hpp.