Returns whether the map contains an element with the given key.
Declared in <absl/container/linked_hash_map.h>
template<class K = key_type>
bool
contains(key_arg<K> const& key) const;
true if the key is present.
| Name | Description |
|---|---|
| key | The key to search for. |