Difference between revisions of "cpp/container/unordered multimap/key eq"
From cppreference.com
< cpp | container | unordered multimap
m (Add link to edit the included template) |
m (langlinks) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | {{page | + | {{include page|cpp/container/key_eq|unordered_multimap}} |
+ | |||
+ | {{langlinks|de|es|fr|it|ja|pt|ru|zh}} |
Latest revision as of 10:57, 4 December 2021
key_equal key_eq() const; |
(since C++11) | |
Returns the function that compares keys for equality.
Contents |
[edit] Parameters
(none)
[edit] Return value
The key comparison function.
[edit] Complexity
Constant.
[edit] See also
returns function used to hash the keys (public member function) |