[#BloombergLP-bdlcc-StripedUnorderedContainerImpl-EraseIfValuePredicate] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl.adoc[StripedUnorderedContainerImpl]::EraseIfValuePredicate :relfileprefix: ../../../ :mrdocs: 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>` [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]#