Definitions for "Standard Template Library"
A standard library of containers (aggregates of objects of arbitrary type, such as vectors, lists, sets etc) for C++. Make extensive use of generic programming.
(STL) A collection of C++ class templates. Also the Containers, Iterators, and Algorithms Library. It provides template functions and classes for storing and manipulating collections.
A collection of generic¤ algorithms and data structures provided by all standard-conforming C++ implementations¤.