Namespaces
Variants
Actions
ads via Carbon Get the APM insights you need without enterprise price tags. Built for dev teams, not Fortune 500s ads via Carbon

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.

Contents

[edit] Parameters

(none)

[edit] Return value

The hash function.

[edit] Complexity

Constant.

[edit] See also

returns the function used to compare keys for equality
(public member function) [edit]