BloombergLP::bdlc::FlatHashTable::find

Return an iterator representing the position of the entry in this flat hash table that is equivalent to the specified key, or end()

Synopsis

Declared in <bdlc_flathashtable.h>

template<class LOOKUP_KEY>
const_iterator
find(LOOKUP_KEY const& key) const
requires BloombergLP::bslmf::IsTransparentPredicate<HASH, LOOKUP_KEY>::value
         && BloombergLP::bslmf::IsTransparentPredicate<EQUAL,LOOKUP_KEY>::value;