Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template make_splaytree

boost::intrusive::make_splaytree

Synopsis

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

template<typename T,  Options> 
struct make_splaytree {
  // types
  typedef  ;
};

Description

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


PrevUpHomeNext