C++ Language/Std/Stl/CollectionClasses/SortedCollections/Multimap

A "multimap" (an instance of class std::multimap<>) is the same as a map, except that multiple items are allowed to have the same key.

Additional information about multimap (includes interactive examples)