Boost C++ Libraries Home Libraries People FAQ More

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