[#absl-chunked_queue-operator_assign-0a] = xref:absl.adoc[absl]::xref:absl/chunked_queue.adoc[chunked_queue]::operator= :relfileprefix: ../../ :mrdocs: Move assignment operator. == Synopsis Declared in `<absl/container/chunked_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/chunked_queue.adoc[chunked_queue<T, BLo, BHi, Allocator>]& operator=(xref:absl/chunked_queue.adoc[chunked_queue]&& other) noexcept; ---- == Return Value A reference to this queue. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The queue to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#