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