Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template link_mode

boost::intrusive::link_mode

Synopsis

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

template<link_mode_type LinkType> 
struct link_mode {
};

Description

This option setter specifies the link mode (normal_link, safe_link or auto_unlink)


PrevUpHomeNext