cppreference.com
Crea un'utenza
Entra
Namespace
Template
Discussione
Varianti
Visite
Visualizzare
Modifica
Cronologia
Azioni
Template:cpp/container/multiset/navbar
Da cppreference.com.
C++
Linguaggio
Concetti
Libreria di Utilità
Stringhe
Contenitori
Algoritmi
Iteratori
Libreria matematca
Input/output
Localizzazione
Espressioni regolari
(C++11)
Operazioni atomicche
(C++11)
Multithreading
(C++11)
[edit]
Contenitori libreria
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::multiset
Membri funzioni
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.
multiset::multiset
multiset::~multiset
multiset::operator=
multiset::get_allocator
Iteratori
Original:
Iterators
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
multiset::begin
multiset::cbegin
(C++11)
multiset::end
multiset::cend
(C++11)
multiset::rbegin
multiset::crbegin
(C++11)
multiset::rend
multiset::crend
(C++11)
Capacità
Original:
Capacity
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
multiset::empty
multiset::size
multiset::max_size
Modificatori
Original:
Modifiers
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
multiset::clear
multiset::insert
multiset::emplace
(C++11)
multiset::emplace_hint
(C++11)
multiset::erase
multiset::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.
multiset::count
multiset::find
multiset::equal_range
multiset::lower_bound
multiset::upper_bound
Osservatori
Original:
Observers
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
multiset::key_comp
multiset::value_comp
[edit]