![]() |
Home | Libraries | People | FAQ | More |
boost::intrusive::unordered_default_bucket_traits
// In header: <boost/intrusive/hashtable.hpp> template<typename ValueTraitsOrHookOption> struct unordered_default_bucket_traits { // types typedef ; typedef ; };
This metafunction will obtain the type of the default bucket traits (when the user does not specify the bucket_traits<> option) from the value_traits or hook option to be used with a hash container.