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