absl::linked_hash_set::operator=

Move assignment operator.

Synopsis

Declared in <absl/container/linked_hash_set.h>

linked_hash_set&
operator=(linked_hash_set&& other) noexcept;

Return Value

A reference to this set.

Parameters

NameDescription
otherThe set to move from.