std::aligned_union< _Len, _Types >(3cxx) | std::aligned_union< _Len, _Types >(3cxx) |
std::aligned_union< _Len, _Types > - Provide aligned storage for types.
typedef aligned_storage< _S_len, alignment_value
>::type type
The storage.
static const size_t alignment_value
The value of the strictest alignment of _Types.
struct std::aligned_union< _Len, _Types >"Provide aligned storage for types.
[meta.trans.other]
Provides aligned storage for any of the provided types of at least size _Len.
See also
Definition at line 2122 of file type_traits.
The storage.
Definition at line 2134 of file type_traits.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |