Erase from this hash map the elements having the specified key for which the specified predicate holds true. Return the number of elements erased.
Synopsis
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
std::size_t
eraseAllIf(
KEY const& key,
EraseIfValuePredicate const& predicate);
Created with MrDocs