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 0d1ff7cb09.
PrevUpHomeNext

Struct template make_avl_set

boost::intrusive::make_avl_set

Synopsis

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

template<typename T, class ... Options> 
struct make_avl_set {
  // types
  typedef implementation_defined type;
};

Description

Helper metafunction to define a set that yields to the same type when the same options (either explicitly or implicitly) are used.


PrevUpHomeNext