Hi I have STL Multimap, I want to remove entries from the map which has specific value , I do not want to remove entire key, as that key may be mapping to other values which are required.
any help please.
|
|
If I understand correctly these values can appear under any key. If that is the case you'll have to iterate over your multimap and erase specific values.
|
|||||||||||
|