Return an iterator to the element with the specified key.

Synopsis

Declared in <bdlc_flathashmap.h>

Description

Return a const_iterator referring to the element in this map having the specified key, or end() if no such entry exists in this map.

Return Value

iterator to the matching element, or end() if none

Parameters

Name

Description

key

key to look up

Created with MrDocs