| title | ms.custom | ms.date | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | f1_keywords | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | translation.priority.ht | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<array> | Microsoft Docs |
11/04/2016 |
|
article |
|
|
|
084147c1-e805-478e-8201-76846020f187 |
21 |
corob-msft |
corob |
ghogen |
|
Defines the container template class array and several supporting templates.
#include <array>
| array | Stores a fixed-length sequence of elements. |
| tuple_element | Wraps the type of an array element. |
| tuple_size | Wraps the size of an array element. |
| operator== | array comparison, equal |
| operator!= | array comparison, not equal |
| operator< | array comparison, less than |
| operator>= | array comparison, greater than or equal |
| operator> | array comparison, greater than |
| operator<= | array comparison, less than or equal |
| get | Get specified array element. |
| swap | Exchanges the contents of one array with the contents of another array. |