cppreference.com
Benutzerkonto anlegen
Anmelden
Namensräume
Vorlage
Diskussion
Varianten
Ansichten
Lesen
Bearbeiten
Versionen/Autoren
Aktionen
Vorlage:cpp/container/unordered multimap/navbar
Aus cppreference.com
C++
Sprache
Concepts
Utilities-Bibliothek
Strings Bibliothek
Container-Bibliothek
Algorithmen-Bibliothek
Iteratoren Bibliothek
Numerik-Bibliothek
Input / Output-Bibliothek
Lokalisierungen Bibliothek
Reguläre Ausdrücke Bibliothek
(C++11)
Atomare Operationen Bibliothek
(C++11)
Thread Support-Bibliothek
(C++11)
[edit]
Container-Bibliothek
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
[edit]
std :: unordered_multimap
Member-Funktionen
Original:
Member functions
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
unordered_multimap::unordered_multimap
unordered_multimap::~unordered_multimap
unordered_multimap::operator=
unordered_multimap::get_allocator
Iteratoren
Original:
Iterators
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
unordered_multimap::begin
unordered_multimap::cbegin
unordered_multimap::end
unordered_multimap::cend
Kapazität
Original:
Capacity
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
unordered_multimap::erase
unordered_multimap::size
unordered_multimap::max_size
Modifiers
Original:
Modifiers
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
unordered_multimap::clear
unordered_multimap::insert
unordered_multimap::emplace
unordered_multimap::emplace_hint
unordered_multimap::erase
unordered_multimap::swap
Lookup
Original:
Lookup
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
unordered_multimap::count
unordered_multimap::find
unordered_multimap::equal_range
Eimer Schnittstelle
Original:
Bucket interface
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
unordered_multimap::begin2
unordered_multimap::end2
unordered_multimap::bucket_count
unordered_multimap::max_bucket_count
unordered_multimap::bucket_size
unordered_multimap::bucket
Hash Politik
Original:
Hash policy
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
unordered_multimap::load_factor
unordered_multimap::max_load_factor
unordered_multimap::rehash
unordered_multimap::reserve
Beobachter
Original:
Observers
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
unordered_multimap::hash_function
unordered_multimap::key_eq
[edit]