absl::chunked_queue::chunked_queue

Constructs an empty queue with a custom allocator.

Synopsis

Declared in <absl/container/chunked_queue.h>

explicit
chunked_queue(allocator_type const& alloc);

Parameters

NameDescription
allocThe allocator to use.