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