[#absl-chunked_queue-operator_assign-0f] = xref:absl.adoc[absl]::xref:absl/chunked_queue.adoc[chunked_queue]::operator= :relfileprefix: ../../ :mrdocs: Replaces contents with those from initializer list `il`. == Synopsis Declared in `<absl/container/chunked_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/chunked_queue.adoc[chunked_queue]& operator=(std::initializer_list<T> il); ---- == Return Value A reference to this queue. == Parameters [cols="1,4"] |=== | Name| Description | *il* | The initializer list to copy elements from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#