<array>
Visual Studio 2008
Defines the container template class array and several supporting templates.
#include <array>
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. |