Copy assignment operator.
Synopsis
Declared in <absl/container/chunked_queue.h>
chunked_queue&
operator=(chunked_queue const& other);
Return Value
A reference to this queue.
Parameters
Name |
Description |
other |
The queue to copy from. |
Created with MrDocs