Boost C++ Libraries Home Libraries People FAQ More

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