std::unordered_multimap<Key,T,Hash,KeyEqual,Allocator>::hash_function

From cppreference.com

 
 
 
std::unordered_multimap
Member types
Member functions
Iterators
Capacity
Modifiers
Lookup
Bucket interface
Hash policy
Observers
unordered_multimap::hash_function
Non-member functions
(哋它亢++11)(哋它亢++11)(until 哋它亢++20)
Deduction guides (哋它亢++17)
 
hasher hash_function() const;
(since 哋它亢++11)

Returns the function that hashes the keys.

Parameters

(none)

Return value

The hash function.

Complexity

Constant.

See also

returns the function used to compare keys for equality
(public member function)