<array>

Defines the container template class array and several supporting templates.

#include <array>

Declarations

Class

Description

array Class (TR1)

Stores a fixed-length sequence of elements.

tuple_element Class <array>

Wraps the type of an array element.

tuple_size Class <array>

Wraps the size of an array element.

Template Functions

Operator

Description

operator== <array>

array comparison, equal

operator!= <array>

array comparison, not equal

operator< <array>

array comparison, less than

operator>= <array>

array comparison, greater than or equal

operator> <array>

array comparison, greater than

operator<= <array>

array comparison, less than or equal

Function

Description

get Function <array>

Get specified array element.

swap Function <array>

Exchanges the contents of one array with the contents of another array.

See Also

Reference

<tuple>