Return an iterator to the entry with the specified key, or end().
Declared in <bdlc_flathashtable.h>
FlatHashTable<KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL>::iterator
find(KEY const& key);
Return an iterator providing modifiable access to the object in this flat hash table with a key equal to the specified key, if such an entry exists, and end() otherwise.
iterator to the matching entry, or end() if none
| Name | Description |
|---|---|
| key | key to look up |