[#bsl-hash_multimap-equal_range-0b] = xref:bsl.adoc[bsl]::xref:bsl/hash_multimap.adoc[hash_multimap]::equal_range :relfileprefix: ../../ :mrdocs: Return const iterators delimiting all elements with the specified `__key`. == Synopsis Declared in `<bslstp_hashmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/pair-0b.adoc[pair<const_iterator, const_iterator>] equal_range(xref:bsl/hash_multimap/key_type.adoc[key_type] const& __key) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#