boost::intrusive::make_splaytree
// In header: <boost/intrusive/splaytree.hpp> template<typename T, class... Options> struct make_splaytree { // types typedef implementation_defined type; };
Helper metafunction to define a splaytree that yields to the same type when the same options (either explicitly or implicitly) are used.
splaytree