Return a const_iterator referring to the element in this set having the specified key, or end() if no such entry exists in this set.
const_iterator
key
end()
Declared in <bdlc_flathashset.h>
<bdlc_flathashset.h>
FlatHashSet<KEY, HASH, EQUAL>::const_iterator find(KEY const& key) const;