cppreference.com
Crea un'utenza
Entra
Namespace
Template
Discussione
Varianti
Visite
Visualizzare
Modifica
Cronologia
Azioni
Template:cpp/container/array/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::array
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.
Elemento accesso
Original:
Element access
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
array::at
array::operator[]
array::front
array::back
array::data
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.
array::begin
array::cbegin
array::end
array::cend
array::rbegin
array::crbegin
array::rend
array::crend
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.
array::empty
array::size
array::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.
array::fill
array::swap
Non membri funzioni
Original:
Non-member functions
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
get
swap
Helper classi
Original:
Helper classes
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
tuple_size
tuple_element
[edit]