boost::container::inplace_alignment
// In header: <boost/container/options.hpp> template< Alignment> struct inplace_alignment { };
This option specifies the desired alignment for the value_type stored in the container. A value zero represents the natural alignment.
Alignment
An unsigned integer value. Must be power of two.