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