boost::intrusive::cache_last
// In header: <boost/intrusive/options.hpp> template<bool Enabled> struct cache_last { };
This option setter specifies if the list container should use a linear implementation instead of a circular one.