map erase « map multimap « C++ Tutorial






23.4.map erase
23.4.1.Remove an entry from a map
23.4.2.clear the content of a map with erase(Map.begin(), Map.end());
23.4.3.clear the content of a map with clear() function
23.4.4.Erase a found pair from map