[#BloombergLP-bdlc-FlatHashMap-find-0b2] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/FlatHashMap.adoc[FlatHashMap]::find :relfileprefix: ../../../ :mrdocs: Return an iterator to the element with the specified `key`. == Synopsis Declared in `<bdlc_flathashmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/FlatHashMap/iterator.adoc[FlatHashMap<KEY, VALUE, HASH, EQUAL>::iterator] find(KEY const& key); ---- == Description Return an iterator referring to the modifiable element in this map having the specified `key`, or `end()` if no such entry exists in this map. == Return Value iterator to the matching element, or `end()` if none == Parameters [cols="1,4"] |=== | Name| Description | *key* | key to look up |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#