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_stripedunorderedmap.h>
typedef bsl::function<bool(VALUE const&)> EraseIfValuePredicate;
Created with MrDocs