Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct hashtable_defaults

boost::intrusive::hashtable_defaults

Synopsis

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


struct hashtable_defaults {
  // types
  typedef  ;
  typedef                     ;         
  typedef                            ;      
  typedef                            ;             
  typedef                            ;              
  typedef           ;     

  // public data members
  static  constant_time_size;
  static  power_2_buckets;
  static  cache_begin;
  static  compare_hash;
  static  incremental;
  static  linear_buckets;
  static  fastmod_buckets;
};

PrevUpHomeNext