Swaps the contents of two absl::chunked_queue containers.
Declared in <absl/container/chunked_queue.h>
template<
typename T,
size_t BLo,
size_t BHi,
typename Allocator>
void
swap(
chunked_queue<T, BLo, BHi, Allocator>& a,
chunked_queue<T, BLo, BHi, Allocator>& b) noexcept;
| Name | Description |
|---|---|
| a | The first queue. |
| b | The second queue. |