C++ Language/Std/Stl/CollectionClasses/SequenceCollections
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).
Category:Book:C++ Language#Std/Stl/CollectionClasses/SequenceCollections%20