The Standard Template Library (STL) is a general-purpose library of generic algorithms and data structures. It is part of the C++ Standard Library. Nowadays, most compiler vendors include a version on STL in their products, and there are commercial implementations available as well.
Good books on STL are:
Nicolai M. Josuttis: The C++ Standard Library. A Tutorial and Reference [ Josuttis1999 ]
David R. Musser, Atul Saini: STL Tutorial and Reference Guide / C++ Programming with the Standard Template Library [ Musser1996 ]
Scott Meyers: Effective STL [ Meyers2001 ]
Resources available online include A Modest STL tutorial and the reference of the SGI implementation:
Mumit's STL Newbie Guide is a kind of a FAQ, containing answers highlighting practical details of STL programming.
SGI STL homepage , this is the basis of the native egcs STL implementation.
Since release 0.1, Geant4 supports STL, the Standard Template Library. From release 1.0 of Geant4, STL is required.
Native implementations of STL are foreseen on all supported platforms.