Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/container/unordered multimap/hash function"

From cppreference.com
m (Add link to edit the included template)
m (langlinks)
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
{{page template|cpp/container/hash_function|unordered_multimap}}
+
{{include page|cpp/container/hash_function|unordered_multimap}}
 +
 
 +
{{langlinks|de|es|fr|it|ja|pt|ru|zh}}

Latest revision as of 10:57, 4 December 2021

 
 
 
 
hasher hash_function() const;
(since C++11)

Returns the function that hashes the keys.

Contents

[edit] Parameters

(none)

[edit] Return value

The hash function.

[edit] Complexity

Constant.

[edit] See also

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