Constructs an empty queue with a custom allocator.

Synopsis

Declared in <absl/container/chunked_queue.h>

explicit
chunked_queue(allocator_type const& alloc);

Parameters

Name

Description

alloc

The allocator to use.

Created with MrDocs