Erase from this hash map the elements having the specified key. Return the number of elements erased.
Synopsis
Declared in <bdlcc_stripedunorderedmultimap.h>
std::size_t
eraseAll(KEY const& key);
Return Value
number of elements erased
Parameters
Name |
Description |
key |
key whose matching elements are erased |
Created with MrDocs