Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct relocate_never

boost::container::relocate_never

Synopsis

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


struct relocate_never {
};

Description

This relocation condition option specifies that the container will never relocate elements when there is no space at the side the insertion should take place


PrevUpHomeNext