Returns a const reference to the value mapped to the given key.
Declared in <absl/container/linked_hash_map.h>
template<class K = key_type>
mapped_type const&
at(key_arg<K> const& key) const;
A const reference to the mapped value.
| Name | Description |
|---|---|
| key | The key to look up. |