[#bsl-hashtable-find-04] = xref:bsl.adoc[bsl]::xref:bsl/hashtable.adoc[hashtable]::find :relfileprefix: ../../ :mrdocs: Return a const iterator to the element with the specified key, or `end`. == Synopsis Declared in `<bslstp_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class _KT> xref:bsl/hashtable/const_iterator.adoc[const_iterator] find(_KT const& __key) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#