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