Return (a copy of) the unary hash functor used by this hash map. The return function will generate a hash value (of type std::size_t) for a KEY object.
Synopsis
Declared in <bdlcc_stripedunorderedmultimap.h>
HASH
hashFunction() const;
Return Value
a copy of the unary hash functor used by this hash map
Created with MrDocs