Assigns the contents of an initializer list to the map.
Declared in <absl/container/linked_hash_map.h>
linked_hash_map&
operator=(std::initializer_list<value_type> values);
A reference to this map.
| Name | Description |
|---|---|
| values | The initializer list of elements. |