Luna::UnorderedMultiSet::erase
usize erase(const key_type &key)
Removes elements with the specified key from the set.
Parameters
-
in key
The key of the elements to remove.
Return value
Returns the number of elements removed by this operation.