Scroll to navigation

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
(C++11) (public member function)

2022.07.31 http://cppreference.com