Copy constructor with specific allocator.

Synopsis

Declared in <absl/container/chunked_queue.h>

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

Parameters

Name

Description

other

The queue to copy from.

alloc

The allocator to use.

Created with MrDocs