libstdc++
std::array< _Tp, _Nm > Struct Template Reference

List of all members.

Public Types

Public Member Functions

Public Attributes


Detailed Description

template<typename _Tp, std::size_t _Nm>
struct std::array< _Tp, _Nm >

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.

Definition at line 62 of file array.


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