[#BloombergLP-bdlc-HashTable-find] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/HashTable.adoc[HashTable]::find :relfileprefix: ../../../ :mrdocs: Find an element having the specified `key`; load a handle to the element into the specified `handle`. Return true if successful, and false otherwise. == Synopsis Declared in `<bdlc_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool find( xref:BloombergLP/bdlc/HashTable/Handle.adoc[Handle]* handle, KEY const& key) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#