Add files from parent branch HEAD:
[pkgsrc.git] / devel / sgi-stl / DESCR
1 The Standard Template Library, or STL, is a C++ library of container
2 classes, algorithms, and iterators; it provides many of the basic
3 algorithms and data structures of computer science. The STL is a
4 generic library, meaning that its components are heavily
5 parameterized: almost every component in the STL is a template. You
6 should make sure that you understand how templates work in C++ before
7 you use the STL.