absl::chunked_queue::chunked_queue

Constructs a queue with the contents of the initializer list list.

Synopsis

Declared in <absl/container/chunked_queue.h>

chunked_queue(
    std::initializer_list<T> list,
    allocator_type const& alloc = allocator_type());

Parameters

NameDescription
listThe initializer list to copy elements from.
allocThe allocator to use.