Standard Template Library

The Standard Template Library (STL) establishes uniform standards for the application of iterators to STL containers or other sequences that you define, by STL algorithms or other functions that you define.

In This Section

STL Containers

Iterators

Algorithms

Allocators

Function Objects

See Also

Concepts

Standard C++ Library Overview