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