libstdc++
std::array Struct Reference

List of all members.

Public Types

Public Member Functions

Public Attributes


Detailed Description

A standard container for storing a fixed size sequence of elements.

Meets the requirements of a container, a reversible container, and a sequence.

Sets support random access iterators.

Parameters:
TpType of element. Required to be a complete type.
NNumber of elements.

The documentation for this struct was generated from the following file: