boost::interprocess::unordered_map_index_aux::hasher
// In header: <boost/interprocess/indexes/unordered_map_index.hpp> struct hasher { // public member functions std::size_t operator()(const key_type &) const; };
hasher
std::size_t operator()(const key_type & val) const;