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