absl::chunked_queue::chunked_queue

Copy constructor with specific allocator.

Synopsis

Declared in <absl/container/chunked_queue.h>

chunked_queue(
    chunked_queue const& other,
    allocator_type const& alloc);

Parameters

NameDescription
otherThe queue to copy from.
allocThe allocator to use.