Category:STL

From Rosetta Code

(Redirected from Standard Template Library)
Jump to: navigation, search

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

The Standard Template Library or STL is collection of C++ libraries written as portable templates which implement a variety of containers, iterators, and algorithms. It was originally written by SGI, and nowadays forms a subset of the C++ Standard Library. See Wikipedia for more details.
Personal tools