Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the container template class array and several supporting templates.
#include <array>
Classes
Stores a fixed-length sequence of elements. |
|
Wraps the type of an array element. |
|
Wraps the size of an array element. |
Operators
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 |
Functions
Get specified array element. |
|
Exchanges the contents of one array with the contents of another array. |