Can anyone please tell me that when do we prefer multimap over map?
Asked
Active
Viewed 127 times
0
-
related: http://stackoverflow.com/questions/2858127/multiset-multimap-whats-the-point – Thilo Sep 07 '11 at 11:05
1 Answers
1
You'd use a multimap when you want to allow the same key values in your map.

Antonio
- 19,451
- 13
- 99
- 197

Tony The Lion
- 61,704
- 67
- 242
- 415