[#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 to the entry with the specified `key`, or `end()`. == 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); ---- == Description 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. == Return Value iterator to the matching entry, or `end()` if none == Parameters [cols="1,4"] |=== | Name| Description | *key* | key to look up |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#