Remove from this hash map the element, if any, having the specified key, where specified predicate holds true. Return the number of elements erased.
Declared in <bdlcc_stripedunorderedmap.h>
std::size_t
eraseIf(
KEY const& key,
EraseIfValuePredicate const& predicate);