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

This is the documentation for a snapshot of the develop branch, built from commit d7c8a7cf0d.
PrevUpHomeNext

Struct growth_factor_60

boost::container::growth_factor_60

Synopsis

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


struct growth_factor_60 {
};

Description

This growth factor argument specifies that the container should increase its capacity a 60% when existing capacity is exhausted.


PrevUpHomeNext