[#CCheckQueue-operator_assign-0d] = xref:CCheckQueue.adoc[CCheckQueue]::operator= :relfileprefix: ../ :mrdocs: Deleted move assignment; the queue owns its worker threads. == Synopsis Declared in `<checkqueue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CCheckQueue.adoc[CCheckQueue]& operator=(xref:CCheckQueue.adoc[CCheckQueue]&& other) = delete; ---- == Return Value Reference to the current object == Parameters [cols="1,4"] |=== | Name| Description | *other* | The object to move assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#