Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
#include <memory.hpp>
Public Member Functions | |
aligned_storage () | |
aligned_storage (T x) | |
~aligned_storage () | |
aligned_storage (const aligned_storage &x) | |
aligned_storage (aligned_storage &&x) | |
aligned_storage & | operator= (aligned_storage x) |
T & | get () |
const T & | get () const |
Friends | |
void | swap (aligned_storage &x, aligned_storage &y) |
Definition at line 495 of file memory.hpp.
aligned_storage | ( | ) |
Definition at line 497 of file memory.hpp.
|
explicit |
Definition at line 499 of file memory.hpp.
~aligned_storage | ( | ) |
Definition at line 501 of file memory.hpp.
aligned_storage | ( | const aligned_storage< T > & | x | ) |
Definition at line 503 of file memory.hpp.
aligned_storage | ( | aligned_storage< T > && | x | ) |
Definition at line 504 of file memory.hpp.
aligned_storage & operator= | ( | aligned_storage< T > | x | ) |
Definition at line 506 of file memory.hpp.
T & get | ( | ) |
Definition at line 511 of file memory.hpp.
const T & get | ( | ) | const |
Definition at line 512 of file memory.hpp.
|
friend |
Definition at line 514 of file memory.hpp.