Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct relocate_on_85

boost::container::relocate_on_85

Synopsis

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


struct relocate_on_85 {
};

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 85% (6/7)


PrevUpHomeNext