.TH "std::aligned_union< _Len, _Types >" 3cxx "Wed Jul 14 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::aligned_union< _Len, _Types > \- Provide aligned storage for types\&. .SH SYNOPSIS .br .PP .SS "Public Types" .in +1c .ti -1c .RI "typedef \fBaligned_storage\fP< _S_len, \fBalignment_value\fP >::\fBtype\fP \fBtype\fP" .br .RI "The storage\&. " .in -1c .SS "Static Public Attributes" .in +1c .ti -1c .RI "static const size_t \fBalignment_value\fP" .br .RI "The value of the strictest alignment of _Types\&. " .in -1c .SH "Detailed Description" .PP .SS "template .br struct std::aligned_union< _Len, _Types >" Provide aligned storage for types\&. [meta\&.trans\&.other] .PP Provides aligned storage for any of the provided types of at least size _Len\&. .PP \fBSee also\fP .RS 4 aligned_storage .RE .PP .PP Definition at line 2107 of file type_traits\&. .SH "Member Typedef Documentation" .PP .SS "template typedef \fBaligned_storage\fP<_S_len, \fBalignment_value\fP>::\fBtype\fP \fBstd::aligned_union\fP< _Len, _Types >::\fBtype\fP" .PP The storage\&. .PP Definition at line 2119 of file type_traits\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.