Return const iterators delimiting all elements with the specified __key.
Declared in <bslstp_hashmap.h>
pair<const_iterator, const_iterator>
equal_range(key_type const& __key) const;
pair of const iterators delimiting the equal range
| Name | Description |
|---|---|
| __key | key whose equal range is returned |