Return an iterator to the element with the specified key.
Declared in <bdlc_flathashmap.h>
template<class LOOKUP_KEY>
iterator
find(LOOKUP_KEY const& key)
requires BloombergLP::bslmf::IsTransparentPredicate<HASH, LOOKUP_KEY>::value
&& BloombergLP::bslmf::IsTransparentPredicate<EQUAL,LOOKUP_KEY>::value;
Return an iterator referring to the modifiable element in this map having the key equivalent to 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 | transparent key to look up |