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>
FlatHashTable<KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL>::const_iterator
find(KEY const& key) const;
Return Value
iterator to the matching entry, or end() if none
Parameters
Name |
Description |
key |
key to look up |
Created with MrDocs