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

Returns the function that hashes the keys.

# Declarations

hasher hash_function() const;

(since C++11)

# Return value

The hash function.

# See also