| |
| | Standard Template Library - Wikipedia, the free encyclopedia |
 | | The STL was created as the first library of generic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. |
 | | Libraries implementing STL often include hashed variants: hash_set, hash_multiset, hash_map and hash_multimap, but these extensions are not part of the standard and are defined in various namespaces among implementations as a result. |
 | | STLSoft libraries: open-source, 100% header-only, C/C++ libraries of technology-specific facades and STL extensions. |
| en.wikipedia.org /wiki/Standard_Template_Library (2126 words) |
|