C++ Language/Std/Stl/CollectionClasses/SequenceCollections/StlArray
Appearance
A "STL-array" (an instance of class std::array<>
) has a fixed size that is part of the templated type.
Additional information about STL-arrays (includes interactive examples)