Namespaces
Variants
Views
Actions

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

From cppreference.com
< cpp‎ | container‎ | unordered multiset
Revision as of 10:28, 14 April 2011 by WikiSysop (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 
 
 
 
hasher hash_function() const;
(since C++11)

Returns the function that hashes the keys.

Contents

Parameters

(none)

Return value

The hash function.

Complexity

Constant.

See also

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