#include <map>
#include <exception>
#include <assert.h>
#include <iostream>
Go to the source code of this file.
Functions | |
template<typename TKey, typename TValue> int | multimapEraseExact (multimap< TKey, TValue > &mm, const pair< TKey, TValue > &p) throw (std::exception) |
Deletes all objects from the specified multimap that have a key of 'k' and a value of 'v'. |
|
Deletes all objects from the specified multimap that have a key of 'k' and a value of 'v'. Returns the number of objects deleted. |