absl::chunked_queue::swap

Swaps the contents of this queue with other.

Synopsis

Declared in <absl/container/chunked_queue.h>

void
swap(chunked_queue& other) noexcept;

Parameters

NameDescription
otherThe queue to swap with.