Return const iterators delimiting all elements with the specified __key.

Synopsis

Declared in <bslstp_hashtable.h>

pair<const_iterator, const_iterator>
equal_range(key_type const& __key) const;

Return Value

pair of const iterators delimiting the equal range

Parameters

Name

Description

__key

key whose equal range is returned

Created with MrDocs