[#absl-chunked_queue-2constructor-02] = xref:absl.adoc[absl]::xref:absl/chunked_queue.adoc[chunked_queue]::chunked_queue :relfileprefix: ../../ :mrdocs: Constructs a queue with the contents of the initializer list `list`. == Synopsis Declared in `<absl/container/chunked_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- chunked_queue( std::initializer_list<T> list, xref:absl/chunked_queue/allocator_type.adoc[allocator_type] const& alloc = allocator_type()); ---- == Parameters [cols="1,4"] |=== | Name| Description | *list* | The initializer list to copy elements from. | *alloc* | The allocator to use. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#