.. include:: Exercise: ``std::map<>`` ======================== .. contents:: :local: .. sidebar:: **See also** * :doc:`/trainings/material/soup/cxx/cxx03/060-stl/050-associative-containers/map` .. literalinclude:: /trainings/material/soup/cxx/cxx-code/stl-exercises/tests/test-map-insert.cpp :caption: :download:`/trainings/material/soup/cxx/cxx-code/stl-exercises/tests/test-map-insert.cpp` :language: c++ .. literalinclude:: /trainings/material/soup/cxx/cxx-code/stl-exercises/tests/test-map-insert_check_duplicate.cpp :caption: :download:`/trainings/material/soup/cxx/cxx-code/stl-exercises/tests/test-map-insert_check_duplicate.cpp` :language: c++ .. literalinclude:: /trainings/material/soup/cxx/cxx-code/stl-exercises/tests/test-map-insert_remove_by_key.cpp :caption: :download:`/trainings/material/soup/cxx/cxx-code/stl-exercises/tests/test-map-insert_remove_by_key.cpp` :language: c++ .. literalinclude:: /trainings/material/soup/cxx/cxx-code/stl-exercises/tests/test-map-find.cpp :caption: :download:`/trainings/material/soup/cxx/cxx-code/stl-exercises/tests/test-map-find.cpp` :language: c++