libstdc++
|
Public Types | |
typedef aligned_storage< _S_len, alignment_value >::type | type |
Static Public Attributes | |
static const size_t | alignment_value |
Provide aligned storage for types.
[meta.trans.other]
Provides aligned storage for any of the provided types of at least size _Len.
Definition at line 2116 of file type_traits.
typedef aligned_storage<_S_len,alignment_value>::type std::aligned_union< _Len, _Types >::type |
The storage.
Definition at line 2128 of file type_traits.