<array>
Defines the container template class array and several supporting templates.
#include <array>
Declarations
Class |
Description |
---|---|
Stores a fixed-length sequence of elements. |
|
Wraps the type of an array element. |
|
Wraps the size of an array element. |
Template Functions
Operator |
Description |
---|---|
array comparison, equal |
|
array comparison, not equal |
|
array comparison, less than |
|
array comparison, greater than or equal |
|
array comparison, greater than |
|
array comparison, less than or equal |
Function |
Description |
---|---|
Get specified array element. |
|
Exchanges the contents of one array with the contents of another array. |