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;
Created with MrDocs