[#bsl-erase_if-0aa] = xref:bsl.adoc[bsl]::erase_if :relfileprefix: ../ :mrdocs: Erase all the elements in the specified unordered_multimap `m` that satisfy the specified predicate `predicate`. Return the number of elements erased. == Synopsis Declared in `<bslstl_unorderedmultimap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class KEY, class VALUE, class HASH, class EQUAL, class ALLOCATOR, class PREDICATE> bsl::unordered_multimap<KEY, VALUE, HASH, EQUAL, ALLOCATOR>::size_type erase_if( xref:bsl/unordered_multimap-0b0.adoc[unordered_multimap<KEY, VALUE, HASH, EQUAL, ALLOCATOR>]& m, PREDICATE predicate); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#