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

Struct template list_defaults
PrevUpHomeNext

Struct template list_defaults

boost::intrusive::list_defaults

Synopsis

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

template<typename T> 
struct list_defaults {
};

PrevUpHomeNext