Boost C++ Libraries Home Libraries People FAQ More

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 it's capacity a 100% (doubling its capacity) when existing capacity is exhausted.


PrevUpHomeNext