Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
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 const std::size_t unique_keys_pos;
  static const std::size_t constant_time_size_pos;
  static const std::size_t power_2_buckets_pos;
  static const std::size_t cache_begin_pos;
  static const std::size_t compare_hash_pos;
  static const std::size_t incremental_pos;
  static const std::size_t linear_buckets_pos;
  static const std::size_t fastmod_buckets_pos;
};

PrevUpHomeNext