Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Struct template segment_bytes
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