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