table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 - Leap-15.6
 
| 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 |