C++ Language/Std/Stl/CollectionClasses/SequenceCollections/StlArray

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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)