Swaps the contents of this queue with other.
Synopsis
Declared in <absl/container/chunked_queue.h>
void
swap(chunked_queue& other) noexcept;
Parameters
Name |
Description |
other |
The queue to swap with. |
Created with MrDocs