libstdc++
|
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. |