| title | <array> | Microsoft Docs | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ms.custom | ||||||||||||||
| ms.date | 11/04/2016 | |||||||||||||
| ms.reviewer | ||||||||||||||
| ms.suite | ||||||||||||||
| ms.technology |
|
|||||||||||||
| ms.tgt_pltfrm | ||||||||||||||
| ms.topic | article | |||||||||||||
| f1_keywords |
|
|||||||||||||
| dev_langs |
|
|||||||||||||
| helpviewer_keywords |
|
|||||||||||||
| ms.assetid | 084147c1-e805-478e-8201-76846020f187 | |||||||||||||
| caps.latest.revision | 21 | |||||||||||||
| author | corob-msft | |||||||||||||
| ms.author | corob | |||||||||||||
| manager | ghogen | |||||||||||||
| translation.priority.ht |
|
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. |