Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct hash_bool_flags

boost::intrusive::hash_bool_flags

Synopsis

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


struct hash_bool_flags {

  // public data members
  static  unique_keys_pos;
  static  constant_time_size_pos;
  static  power_2_buckets_pos;
  static  cache_begin_pos;
  static  compare_hash_pos;
  static  incremental_pos;
  static  linear_buckets_pos;
  static  fastmod_buckets_pos;
};

PrevUpHomeNext