[#bsl-unordered_map-02b-hash_function] = xref:bsl.adoc[bsl]::xref:bsl/unordered_map-02b.adoc[unordered_map]::hash_function :relfileprefix: ../../ :mrdocs: Return (a copy of) the unary hash functor used by this unordered map to generate a hash value (of type `size_type`) for a `key_type` object. == Synopsis Declared in `<bslstl_unorderedmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- HASH hash_function() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#