cppreference.com
Create account
Log in
Namespaces
Template
Discussion
Variants
Views
View
Edit
History
Actions
Template:cpp/container/unordered multiset/navbar
From cppreference.com
C++
Compiler support
Freestanding and hosted
Language
Standard library
Standard library headers
Named requirements
Feature test macros
(C++20)
Language support library
Concepts library
(C++20)
Metaprogramming library
(C++11)
Diagnostics library
General utilities library
Strings library
Containers library
Iterators library
Ranges library
(C++20)
Algorithms library
Numerics library
Localizations library
Input/output library
Filesystem library
(C++17)
Regular expressions library
(C++11)
Concurrency support library
(C++11)
Execution support library
(C++26)
Technical specifications
Symbols index
External libraries
[edit]
Containers library
Sequence
array
(C++11)
vector
vector
<bool>
inplace_vector
(C++26)
deque
forward_list
(C++11)
list
Associative
set
multiset
map
multimap
Unordered associative
unordered_set
(C++11)
unordered_multiset
(C++11)
unordered_map
(C++11)
unordered_multimap
(C++11)
Adaptors
stack
queue
priority_queue
flat_set
(C++23)
flat_multiset
(C++23)
flat_map
(C++23)
flat_multimap
(C++23)
Views
span
(C++20)
mdspan
(C++23)
Tables
Iterator invalidation
Member function table
Non-member function table
[edit]
std::unordered_multiset
Member types
Member functions
unordered_multiset::unordered_multiset
unordered_multiset::~unordered_multiset
unordered_multiset::operator=
unordered_multiset::get_allocator
Iterators
unordered_multiset::begin
unordered_multiset::cbegin
unordered_multiset::end
unordered_multiset::cend
Capacity
unordered_multiset::size
unordered_multiset::max_size
unordered_multiset::empty
Modifiers
unordered_multiset::clear
unordered_multiset::insert
unordered_multiset::insert_range
(C++23)
unordered_multiset::emplace
unordered_multiset::emplace_hint
unordered_multiset::erase
unordered_multiset::swap
unordered_multiset::extract
(C++17)
unordered_multiset::merge
(C++17)
Lookup
unordered_multiset::count
unordered_multiset::find
unordered_multiset::contains
(C++20)
unordered_multiset::equal_range
Bucket interface
unordered_multiset::begin
(size_type)
unordered_multiset::cbegin
(size_type)
unordered_multiset::end
(size_type)
unordered_multiset::cend
(size_type)
unordered_multiset::bucket_count
unordered_multiset::max_bucket_count
unordered_multiset::bucket_size
unordered_multiset::bucket
Hash policy
unordered_multiset::load_factor
unordered_multiset::max_load_factor
unordered_multiset::rehash
unordered_multiset::reserve
Observers
unordered_multiset::hash_function
unordered_multiset::key_eq
Non-member functions
operator==
operator!=
(until C++20)
std::swap
(std::unordered_multiset)
erase_if
(std::unordered_multiset)
(C++20)
Deduction guides
(C++17)
[edit]