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

Name

Description

list

The initializer list to copy elements from.

alloc

The allocator to use.

Created with MrDocs