.TH "std::aligned_storage< _Len, _Align >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::aligned_storage< _Len, _Align > \- Alignment type\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherited by __gnu_cxx::__aligned_buffer< _Value >, and __gnu_cxx::__aligned_buffer< _Res >\&. .SH "Detailed Description" .PP .SS "template::__type)> .br struct std::aligned_storage< _Len, _Align >"Alignment type\&. The value of _Align is a default-alignment which shall be the most stringent alignment requirement for any C++ object type whose size is no greater than _Len (3\&.9)\&. The member typedef type shall be a POD type suitable for use as uninitialized storage for any object whose size is at most _Len and whose alignment is a divisor of _Align\&. .PP Definition at line \fB1926\fP of file \fBtype_traits\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.