std::aligned_storage< _Len, _Align >std::aligned_storage< _Len, _Align >(3cxx) NAME std::aligned_storage< _Len, _Align > - Alignment type. SYNOPSIS Inherited by __gnu_cxx::__aligned_buffer< _Res >. Detailed Description template<std::size_t _Len, std::size_t _Align = __alignof__(typename __aligned_storage_msa<_Len>::__type)> 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. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Sat std::aligned_storage< _Len, _Align >(3cxx)
Generated by dwww version 1.14 on Thu Jan 23 21:19:29 CET 2025.