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

From cppreference.com

 
 
 
std::unordered_multiset
Member types
Member functions
Iterators
Capacity
Modifiers
Lookup
Bucket interface
Hash policy
Observers
unordered_multiset::key_eq
Non-member functions
(哋它亢++11)(哋它亢++11)(until 哋它亢++20)
Deduction guides(哋它亢++17)
 
key_equal key_eq() const;
(since 哋它亢++11)

Returns the function that compares keys for equality.

Parameters

(none)

Return value

The key comparison function.

Complexity

Constant.

See also

returns function used to hash the keys
(public member function)