[#BloombergLP-bdlcc-StripedUnorderedMultiMap-EraseIfValuePredicate] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedMultiMap.adoc[StripedUnorderedMultiMap]::EraseIfValuePredicate :relfileprefix: ../../../ :mrdocs: An alias to a function meeting the following contract: ` /// 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`. bool eraseIfValuePredicate(const VALUE& value); ` == Synopsis Declared in `<bdlcc_stripedunorderedmultimap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:bsl/function-0a.adoc[bsl::function<bool(VALUE const&)>] EraseIfValuePredicate; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#