cppreference.com
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
View
Edit
History
Actions
std::
array
From cppreference.com
<
cpp
|
container
Revision as of 03:02, 19 September 2022 by
Guyutongxue
(
Talk
|
contribs
)
(
diff
)
← Older revision
|
Latest revision
(
diff
) |
Newer revision →
(
diff
)
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::array
Member types
Member functions
Element access
array::at
array::operator[]
array::front
array::back
array::data
Operations
array::fill
array::swap
Iterators
array::begin
array::cbegin
array::end
array::cend
array::rbegin
array::crbegin
array::rend
array::crend
Capacity
array::empty
array::size
array::max_size
Non-member functions
operator==
operator<=>
(C++20)
get
(std::array)
swap
(std::array)
to_array
(C++20)
operator|=
operator<
operator>
operator<=
operator>=
(until C++20)
(until C++20)
(until C++20)
(until C++20)
(until C++20)
Helper classes
tuple_size
<std::array>
tuple_element
<std::array>
Deduction guides
(C++17)
[edit]
This section is incomplete
Category
:
Todo without reason