My Project
Classes | Typedefs
aligned_storage.hpp File Reference
#include "cstdint.hpp"
#include "byte.hpp"

Go to the source code of this file.

Classes

class  bsl::aligned_storage< GUARD, N, A >
 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...
 
class  bsl::aligned_storage< GUARD, N, A >::type
 Implements the std::aligned_storage type interface. More...
 

Typedefs

template<bsl::uintmax N, bsl::uintmax A = 0>
using bsl::aligned_storage_t = typename aligned_storage< void, N, A >::type
 a helper that reduces the verbosity of bsl::aligned_storage
 

Detailed Description