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