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