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).

  1. Vector
  2. Vector of Bool
  3. STL-Array
  4. Deque
  5. List
  6. Forward-List