BloombergLP::bdlcc::StripedUnorderedContainerImpl::EraseIfValuePredicate

An alias to a function meeting the following contract: ` bool eraseIfValuePredicate(const VALUE& value); // Return 'true' if the specified 'value' is to be removed from // the container, and 'false' otherwise. Note that this // functor can not change the values associated with 'value'. `

Synopsis

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

typedef bsl::function<bool(VALUE const&)> EraseIfValuePredicate;