Introduction to the STL in C++
The Standard Template Library (STL) provides ready-made, generic containers and algorithms so common data structures don't need to be built from scratch.
The Standard Template Library (STL) provides ready-made, generic containers and algorithms so common data structures don't need to be built from scratch.