std::unordered_set::hash_function

From Cppreference

Jump to: navigation, search
hasher hash_function() const;
(C++11 feature)

Returns the function that hashes the keys.

Contents

[edit] Parameters

(none)

[edit] Return value

the hash function.

[edit] Complexity

Constant

[edit] See also

key_eq
returns the function used to compare keys for equality
(public member function)