Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template inplace_alignment

boost::container::inplace_alignment

Synopsis

// In header: <boost/container/options.hpp>

template< Alignment> 
struct inplace_alignment {
};

Description

This option specifies the desired alignment for the value_type stored in the container. A value zero represents the natural alignment.

Template Parameters

  1.  Alignment

    An unsigned integer value. Must be power of two.


PrevUpHomeNext