Removes the element with the given key.
Declared in <absl/container/linked_hash_map.h>
<absl/container/linked_hash_map.h>
template<class K = key_type> size_type erase(key_arg<K> const& key);
The number of elements removed (0 or 1).