absl::chunked_queue::chunked_queue

Constructs a queue with count default-inserted elements.

Synopsis

Declared in <absl/container/chunked_queue.h>

explicit
chunked_queue(
    size_type count,
    allocator_type const& alloc = allocator_type());

Parameters

NameDescription
countThe number of elements to create.
allocThe allocator to use.