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 for the latest Boost documentation.
PrevUpHomeNext

Struct hasher

boost::interprocess::unordered_map_index_aux::hasher

Synopsis

// In header: <boost/interprocess/indexes/unordered_map_index.hpp>



struct hasher {

  // public member functions
  std::size_t operator()(const key_type &) const;
};

Description

hasher public member functions

  1. std::size_t operator()(const key_type & val) const;

PrevUpHomeNext