Finds the element with the given key.
Declared in <absl/container/linked_hash_set.h>
template<typename K = key_type>
const_iterator
find(key_arg<K> const& key) const;
A const iterator to the element, or end() if not found.
| Name | Description |
|---|---|
| key | The key to search for. |