⬆️ ⬇️

Version of the table of STL-containers for printing

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



I have long wanted to have all STL-containers and their methods in a more visual and convenient form. Until now, I did not know that on a well-known C ++ cppreference.com resource I posted a useful PDF file containing exactly what I need. 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 a particular container is available.


')

Source: https://habr.com/ru/post/167241/



All Articles