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, class... Options> 
struct make_splaytree {
  // types
  typedef implementation_defined type;
};

Description

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


PrevUpHomeNext