boost::intrusive::bucket_traits
// In header: <boost/intrusive/options.hpp> template<typename BucketTraits> struct bucket_traits { };
This option setter specifies the bucket traits class for unordered associative containers. When this option is specified, instead of using the default bucket traits, a user defined holder will be defined