C++ Language/Std/Stl

From Wikibooks, open books for an open world
Jump to navigation Jump to search

The main purpose of the Standard Template Library (STL) is to provide a "collection class" for nearly any item-type.

  1. CollectionClasses
  2. Iterators
  3. Adapters
  4. Callable-Objects
  5. Algorithms