Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template segment_bytes

boost::container::segment_bytes

Synopsis

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

template<std::size_t SegmentBytes> 
struct segment_bytes {
};

Description

An alias for block_bytes

Template Parameters

  1. std::size_t SegmentBytes

    An unsigned integer value.


PrevUpHomeNext