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