Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

maputil.h File Reference

#include <map>
#include <exception>
#include <assert.h>
#include <iostream>

Go to the source code of this file.Go to the history log for 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'.


Function Documentation

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'.

Returns the number of objects deleted.


Generated on Fri Nov 12 15:15:22 2004 for Borealis by doxygen 1.3.8