Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template segtor_options

boost::container::segtor_options

Synopsis

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

template<class ... Options> 
struct segtor_options : public boost::container::deque_options< Options... > {
};

Description

Helper metafunction to combine options into a single type to be used by boost::container::segtor. Supported options are: boost::container::block_bytes / boost::container::segment_bytes, boost::container::block_size / boost::container::segment_size, boost::container::stored_size


PrevUpHomeNext