cppreference.com
Search
Log in / create account
Namespaces
Page
Discussion
Variants
Views
View
Edit
History
Actions
std::unordered_multimap::
hash_function
From cppreference.com
<
cpp
|
container
|
unordered multimap
C++
Language
Concepts
Utilities library
Strings library
Containers library
Algorithms library
Iterators library
Numerics library
Input/output library
Localizations library
Regular expressions library
(C++11)
Atomic operations library
(C++11)
Thread support library
(C++11)
Containers library
array
(C++11)
vector
deque
forward_list
(C++11)
list
set
multiset
map
multimap
unordered_set
(C++11)
unordered_multiset
(C++11)
unordered_map
(C++11)
unordered_multimap
(C++11)
stack
queue
priority_queue
std::unordered_multimap
Member functions
unordered_multimap::unordered_multimap
unordered_multimap::~unordered_multimap
unordered_multimap::operator=
unordered_multimap::get_allocator
Iterators
unordered_multimap::begin
unordered_multimap::cbegin
unordered_multimap::end
unordered_multimap::cend
Capacity
unordered_multimap::erase
unordered_multimap::size
unordered_multimap::max_size
Modifiers
unordered_multimap::clear
unordered_multimap::insert
unordered_multimap::emplace
unordered_multimap::emplace_hint
unordered_multimap::erase
unordered_multimap::swap
Lookup
unordered_multimap::count
unordered_multimap::find
unordered_multimap::equal_range
Bucket interface
unordered_multimap::begin(int)
unordered_multimap::end(int)
unordered_multimap::bucket_count
unordered_multimap::max_bucket_count
unordered_multimap::bucket_size
unordered_multimap::bucket
Hash policy
unordered_multimap::load_factor
unordered_multimap::max_load_factor
unordered_multimap::rehash
unordered_multimap::reserve
Observers
unordered_multimap::hash_function
unordered_multimap::key_eq
hasher hash_function
(
)
const
;
(since C++11)
Returns the function that hashes the keys.
Contents
1
Parameters
2
Return value
3
Complexity
4
See also
[
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)
[edit]