[#BloombergLP-bdlcc-StripedUnorderedMultiMap-eraseFirst] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedMultiMap.adoc[StripedUnorderedMultiMap]::eraseFirst :relfileprefix: ../../../ :mrdocs: Erase from this hash map the _first_ element (of possibly many) found to the specified `key`. Return the number of elements erased. Note that method is more performant than `eraseAll` when there is one element having `key`. == Synopsis Declared in `<bdlcc_stripedunorderedmultimap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::size_t eraseFirst(KEY const& key); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#