Which STL reference book would recommend?

c++, stl

Solution

All of Scott Meyers' books are excellent, including "Effective STL". It's not a handbook or a tutorial, but worth having.

Problem

I am considering to put one of the following as a reference on my desk (as I am sick and tired to google every time I have a STL question): The C++ Standard Library: A Tutorial and Reference STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library Generic Programming and the STL: Using and Extending the C++ Standard Template Library Using the STL: The C++ Standard Template Library (why is this guy so overpriced -- $110?)

Original source