multiset::erase - key range


template <class t,class less>
long long multiset<t,less>::erase(const t& key)

This method erases a key range in a multiset.

Parameters

const t& key

An element containing the key to be erased.

Return

long long

The number of elements that were erased from the multiset.