Return iterators delimiting all elements with the specified __key.

Synopsis

Declared in <bslstp_hashtable.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