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