CLOSE
Multimap in STL

Multimap in STL

Updated on 30 Jun, 2026 2 mins read 1,293 views

What is an Multimap?

A multimap in C++ STL is an associative container that stores a collection of key-value pairs, where each key can be associated with multiple values. Unlike a regular map, which only allows unique keys, a multimap permits multiple elements with equivalent keys.

 

Buy Me A Coffee

Leave a comment

Your experience on this site will be improved by allowing cookies Cookie Policy