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

Struct growth_factor_100

boost::container::growth_factor_100

Synopsis

Description

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


PrevUpHomeNext