Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct default_init_t

boost::container::default_init_t

Synopsis

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


struct default_init_t {
};

Description

Type used to tag that the inserted values should be default initialized


PrevUpHomeNext