04. C++ Standard Template Library

Posted by Yulai Blog on November 4, 2015

Standard Template Library

A framework of algorithms and container,
Original STL implementation by [Alex Stepanov] and Lee, started around 1992 at HP Labs.

  1. Algorithms
  2. Containers
  3. Functional
  4. Iterators