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
Name |
Description |
other |
The queue to move from. |
Created with MrDocs