Programmer's Wiki
Advertisement

The STL or Standard Template Library is a subset of the C++ standard library where all features are implemented using templates. The STL's features are diverse and include data structures (commonly called containers), algorithms, and iterators.

Advertisement