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