[#bsl-hash_map-equal_range-05] = xref:bsl.adoc[bsl]::xref:bsl/hash_map.adoc[hash_map]::equal_range :relfileprefix: ../../ :mrdocs: Return 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<iterator, iterator>] equal_range(xref:bsl/hash_map/key_type.adoc[key_type] const& __key); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#