libstdc++
|
A standard container for storing a fixed size sequence of elements. More...
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.
Tp | Type of element. Required to be a complete type. |
N | Number of elements. |
Definition at line 49 of file tr1_impl/array.