[#BloombergLP-bdlc-FlatHashTable-find-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/FlatHashTable.adoc[FlatHashTable]::find :relfileprefix: ../../../ :mrdocs: Return an iterator representing the position of the entry in this flat hash table having the specified `key`, or `end()` if no such entry exists in this table. == Synopsis Declared in `<bdlc_flathashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/FlatHashTable/const_iterator.adoc[FlatHashTable<KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL>::const_iterator] find(KEY const& key) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#