[#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; ---- == Return Value const iterator to the matching element, or `end` == Parameters [cols="1,4"] |=== | Name| Description | *__key* | key to search for |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#