[#BloombergLP-bdlc-FlatHashTable-find-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/FlatHashTable.adoc[FlatHashTable]::find :relfileprefix: ../../../ :mrdocs: Return an iterator providing modifiable access to the object in this flat hash table with a key equal to the specified `key`, if such an entry exists, and `end()` otherwise. == Synopsis Declared in `<bdlc_flathashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/FlatHashTable/iterator.adoc[FlatHashTable<KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL>::iterator] find(KEY const& key); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#