equal_range overloads

Synopses

Declared in <bslstp_hashmap.h>

Return iterators delimiting all elements with the specified __key.

Return const iterators delimiting all elements with the specified __key.

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