Erase from this hash map the first element (of possibly many) with specified key found, for which the specified predicate holds true. Return the number of elements erased.

Synopsis

Declared in <bdlcc_stripedunorderedmultimap.h>

std::size_t
eraseFirstIf(
    KEY const& key,
    EraseIfValuePredicate const& predicate);

Created with MrDocs