std::unordered_multimap<Key,T,Hash,KeyEqual,Allocator>::hash_function (3) - Linux Manuals

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

NAME

std::unordered_multimap<Key,T,Hash,KeyEqual,Allocator>::hash_function - std::unordered_multimap<Key,T,Hash,KeyEqual,Allocator>::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


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