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

Struct relocate_on_90

boost::container::relocate_on_90

Synopsis

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


struct relocate_on_90 {
};

Description

This relocation condition option specifies that the container will relocate all elements when there is no space at the side the insertion should take place and memory usage is below 90% (9/10)


PrevUpHomeNext