<array>

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at <array>.

Defines the container template class array and several supporting templates.

#include <array>  

Classes

arrayStores a fixed-length sequence of elements.
tuple_elementWraps the type of an array element.
tuple_sizeWraps the size of an array element.

Operators

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

Functions

getGet specified array element.
swapExchanges the contents of one array with the contents of another array.

<tuple>
Header Files Reference

Show: