![]() |
Home | Libraries | People | FAQ | More |
The header <boost/core/alignof.hpp>
defines the macro BOOST_CORE_ALIGNOF
,
a portable equivalent of the alignof
operator from C++11.
#include <boost/core/alignof.hpp> #include <cstddef> constexpr std::size_t alignment_of_double = BOOST_CORE_ALIGNOF(double);