absl::linked_hash_set::operator=

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

NameDescription
valuesThe initializer list of elements.