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

This is the documentation for a snapshot of the develop branch, built from commit a0dc1f9511.
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