Return an iterator to the element with the specified key.
Declared in <bdlc_flathashmap.h>
FlatHashMap<KEY, VALUE, HASH, EQUAL>::const_iterator
find(KEY const& key) const;
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.
iterator to the matching element, or end() if none
| Name | Description |
|---|---|
| key | key to look up |