My Project
|
Implements the std::aligned_storage interface. The only real difference is we use "m_data" instead of "data" to represent the member variable name. More...
#include <aligned_storage.hpp>
Classes | |
class | type |
Implements the std::aligned_storage type interface. More... | |
Implements the std::aligned_storage interface. The only real difference is we use "m_data" instead of "data" to represent the member variable name.
GUARD | used to prevent you from creating an aligned_storage and not an aligned_storage_t |
N | the size of the storage buffer in bytes |
A | the alignment of the sotrage buffer. This defaults to 0, which means this is "unaligned" by default. |