Replaces the contents with the elements from an initializer list.
Declared in <absl/container/linked_hash_set.h>
linked_hash_set&
operator=(std::initializer_list<key_type> values);
A reference to this set.
| Name | Description |
|---|---|
| values | The initializer list of elements. |