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_size
PrevUpHomeNext

Struct template segment_size

boost::container::segment_size

Synopsis

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

template<std::size_t SegmentSize> 
struct segment_size {
};

Description

An alias for block_size

Template Parameters

  1. std::size_t SegmentSize

    An unsigned integer value.


PrevUpHomeNext