Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template unordered_default_bucket_traits

boost::intrusive::unordered_default_bucket_traits

Synopsis

// In header: <boost/intrusive/hashtable.hpp>

template<typename ValueTraitsOrHookOption> 
struct unordered_default_bucket_traits {
  // types
  typedef                                   ;
  typedef  ;                 
};

Description

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.


PrevUpHomeNext