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