Comment A good online STL reference (Score 1) 307
While it's nice to have a book which explains stuff like STL, I've often looked for a good online STL reference where I could get a list of every function in some class, class hierarchies, etc...
It would be nice to have a Javadoc/Doxygen-ish interface with at least a one line description of all functions in STL.
Anyone know of such a page?