Standard Template Library (STL) in C++ — a practical guide to C++ STL with clear examples you can reuse in real projects.
C++ Tutorial Series (81/111). Prefer one article? Read the complete C++ tutorial.
Short description
STL is the heart of idiomatic modern C++.
STL pillars
Containers
Iterators
Algorithms
Function objects / lambdas