[#absl-chunked_queue-2constructor-07e] = xref:absl.adoc[absl]::xref:absl/chunked_queue.adoc[chunked_queue]::chunked_queue :relfileprefix: ../../ :mrdocs: Constructs a queue with `count` copies of `value`. == Synopsis Declared in `<absl/container/chunked_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- chunked_queue( xref:absl/chunked_queue/size_type.adoc[size_type] count, T const& value, xref:absl/chunked_queue/allocator_type.adoc[allocator_type] const& alloc = allocator_type()); ---- == Parameters [cols="1,4"] |=== | Name| Description | *count* | The number of elements to create. | *value* | The value to copy into each element. | *alloc* | The allocator to use. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#