⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{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 [http://en.wikipedia.org/wiki/Standard_Template_Library Wikipedia] for more details.