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