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