C++ Language/Std/Stl/CollectionClasses
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".