boost::intrusive::value_traits
// In header: <boost/intrusive/options.hpp> template<typename ValueTraits> struct value_traits { };
This option setter specifies the relationship between the type to be managed by the container (the value type) and the node to be used in the node algorithms. It also specifies the linking policy.