C++ Language/Std/Stl/CollectionClasses

From Wikibooks, open books for an open world
< C++ Language‎ | Std‎ | Stl
Jump to navigation Jump to search

In STL, there are many collection classes the programmer could choose from. Some of them organize their items as a linear sequence. Other collection classes organize their items based on the sorting of a "key".

  1. Sequence Collections
  2. Sorted Collections