table of contents
        
      
      
    | std::unordered_multimap::hash_function(3) | C++ Standard Libary | std::unordered_multimap::hash_function(3) | 
NAME¶
std::unordered_multimap::hash_function - std::unordered_multimap::hash_function
Synopsis¶
hasher hash_function() const; (since C++11)
  
   Returns the function that hashes the keys.
Parameters¶
(none)
Return value¶
The hash function.
Complexity¶
Constant.
See also¶
 key_eq returns the function used to compare keys for equality
  
   (public member function)
| 2024.06.10 | http://cppreference.com |