Constructs a queue with the contents of the initializer list list.
Declared in <absl/container/chunked_queue.h>
chunked_queue(
std::initializer_list<T> list,
allocator_type const& alloc = allocator_type());
| Name | Description |
|---|---|
| list | The initializer list to copy elements from. |
| alloc | The allocator to use. |