[#bsl-hashtable-find-0d] = xref:bsl.adoc[bsl]::xref:bsl/hashtable.adoc[hashtable]::find :relfileprefix: ../../ :mrdocs: Return an 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/iterator.adoc[iterator] find(_KT const& __key); ---- == Return Value 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]#