C++ Language/Std/Stl/CollectionClasses/SequenceCollections/Vector
<
C++ Language
|
Std
|
Stl
|
CollectionClasses
|
SequenceCollections
A STL "vector" is a dynamically-resizing array-of-values.
Construction
Size
Equality
Indexing
Removing Items
Inserting Items
Assignment