absl::chunked_queue::operator=

Move assignment operator.

Synopsis

Declared in <absl/container/chunked_queue.h>

chunked_queue<T, BLo, BHi, Allocator>&
operator=(chunked_queue&& other) noexcept;

Return Value

A reference to this queue.

Parameters

NameDescription
otherThe queue to move from.