[ Web Proxy ]
URL:
Viewing: https://en.cppreference.com/cpp/container/unordered_multimap/hash_function [Back]  [Original]

std::unordered_multimap<Key,T,Hash,KeyEqual,Allocator>::hash_function - cppreference.com
cppreference.com
Namespaces
Variants

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

From cppreference.com
 
 
 
 
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
(public member function) [edit]

Web Proxy Viewer  |  New URL  |  Original Page