...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::intrusive::slistopt — @
// In header: <boost/intrusive/slist.hpp> template<typename ValueTraits, typename SizeType, bool ConstantTimeSize, bool Linear, bool CacheLast> struct slistopt { // types typedef ValueTraits value_traits; typedef SizeType size_type; static const bool constant_time_size; static const bool linear; static const bool cache_last; };