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

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