STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Static Public Attributes | List of all members
aligned_union< _Len, _Types > Struct Template Reference

Public Types

typedef aligned_storage< _Max_len, alignment_value >::type type
 

Static Public Attributes

static constexpr size_t _Max_len
 
static constexpr size_t alignment_value
 

Member Typedef Documentation

template<size_t _Len, class... _Types>
typedef aligned_storage<_Max_len, alignment_value>::type aligned_union< _Len, _Types >::type

Member Data Documentation

template<size_t _Len, class... _Types>
constexpr size_t aligned_union< _Len, _Types >::_Max_len
static
Initial value:
_Len, sizeof(_Types)...>::value
template<size_t _Len, class... _Types>
constexpr size_t aligned_union< _Len, _Types >::alignment_value
static
Initial value:

The documentation for this struct was generated from the following file: