std::unordered_multiset<Key,Hash,KeyEqual,Allocator>::hash_function
Min standard notice:
Returns the function that hashes the keys.
# Declarations
hasher hash_function() const;
(since C++11)
# Return value
The hash function.
Returns the function that hashes the keys.
hasher hash_function() const;
(since C++11)
The hash function.