std::unordered_set<Key,Hash,KeyEqual,Allocator>::hash_function - cppreference.com
Namespaces
Variants

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

From cppreference.com
 
 
 
 
hasher hash_function() const;
(since C++11)

Returns the function that hashes the keys.

Parameters

(none)

Return value

The hash function.

Complexity

Constant.

See also