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

PrevUpHomeNext

Struct growth_factor_100

boost::container::growth_factor_100

Synopsis

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


struct growth_factor_100 {
};

Description

This growth factor argument specifies that the container should increase its capacity a 100% (doubling its capacity) when existing capacity is exhausted.


PrevUpHomeNext