std::unordered_set<Key,Hash,KeyEqual,Allocator>::key_eq

Returns the function that compares keys for equality.

# Declarations

key_equal key_eq() const;

(since C++11)

# Return value

The key comparison function.

# See also