Printable STL Container Table Version

    I think that the document I came across will also be useful to other programmers.

    I have long wanted to have all the STL containers and their methods in a more visual and convenient way. Until now, I did not know that a useful PDF file containing just what I needed was posted on a well-known C ++ resource cppreference.com . Here is a direct link to container-library-overview-2012-12-27 .

    This document takes into account both C ++ 03 and C + 11. Both are marked with different colors, which quickly makes it clear from which version of the standard this or that container is available.

    Also popular now: