absl::linked_hash_map::operator=

Move assignment operator.

Synopsis

Declared in <absl/container/linked_hash_map.h>

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

Return Value

A reference to this map.

Parameters

NameDescription
otherThe map to move from.