C++ Language/Std/Stl/CollectionClasses/SequenceCollections
Appearance
These collection classes are stored in a linear sequence from some beginning item (the "front" of the collection) to some ending item (the "back" of the collection).
C++ Language |
These collection classes are stored in a linear sequence from some beginning item (the "front" of the collection) to some ending item (the "back" of the collection).