[#absl-chunked_queue-2constructor-08] = xref:absl.adoc[absl]::xref:absl/chunked_queue.adoc[chunked_queue]::chunked_queue :relfileprefix: ../../ :mrdocs: Copy constructor with specific allocator. == Synopsis Declared in `<absl/container/chunked_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- chunked_queue( xref:absl/chunked_queue.adoc[chunked_queue] const& other, xref:absl/chunked_queue/allocator_type.adoc[allocator_type] const& alloc); ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The queue to copy from. | *alloc* | The allocator to use. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#