Scroll to navigation

std::unordered_map::key_eq(3) C++ Standard Libary std::unordered_map::key_eq(3)

NAME

std::unordered_map::key_eq - std::unordered_map::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
(C++11) (public member function)

2022.07.31 http://cppreference.com