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 an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Struct growth_factor_50

boost::container::growth_factor_50 — defined(BOOST_CONTAINER_DOXYGEN_INVOKED)

Synopsis

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


struct growth_factor_50 {
};

Description

This growth factor argument specifies that the container should increase it's capacity a 50% when existing capacity is exhausted.


PrevUpHomeNext