Move constructor.

Synopsis

Declared in <absl/container/chunked_queue.h>

chunked_queue(chunked_queue&& other) noexcept;

Parameters

Name

Description

other

The queue to move from.

Created with MrDocs