Return an iterator representing the position of the entry in this flat hash table having the specified key, or end() if no such entry exists in this table.

Synopsis

Declared in <bdlc_flathashtable.h>

Return Value

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

Parameters

Name

Description

key

key to look up

Created with MrDocs