table of contents
std::unordered_set::key_eq(3) | C++ Standard Libary | std::unordered_set::key_eq(3) |
NAME¶
std::unordered_set::key_eq - std::unordered_set::key_eq
Synopsis¶
key_equal key_eq() const; (since C++11)
Returns the function that compares keys for equality.
Parameters¶
(none)
Return value¶
The key comparison function.
Complexity¶
Constant.
See also¶
hash_function returns function used to hash the keys
(public member function)
2024.06.10 | http://cppreference.com |