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