Query: std::aligned_storage
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
std::aligned_storage< _Len, _Align >(3cxx) std::aligned_storage< _Len, _Align >(3cxx)NAMEstd::aligned_storage< _Len, _Align > -SYNOPSISDetailed 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. Definition at line 822 of file type_traits. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::aligned_storage< _Len, _Align >(3cxx)
Related Man Pages |
---|
std::binary_negate(3) - debian |
std::hash(3) - debian |
std::pointer_to_binary_function(3) - debian |
std::tuple(3) - debian |
__gnu_profile::__trace_vector_to_list(3cxx) - debian |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Introduction |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |
New UNIX and Linux History Sections |