|
| hasher hash_function() const; |
|
(since C++11) |
|
Returns the function that hashes the keys.
[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]
|