[#CCheckQueueControl-operator_assign] = xref:CCheckQueueControl.adoc[CCheckQueueControl]::operator= :relfileprefix: ../ :mrdocs: Deleted copy assignment; the controller holds an exclusive lock. == Synopsis Declared in `<checkqueue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CCheckQueueControl.adoc[CCheckQueueControl]& operator=(xref:CCheckQueueControl.adoc[CCheckQueueControl] const& other) = delete; ---- == Return Value Reference to the current object == Parameters [cols="1,4"] |=== | Name| Description | *other* | The object to copy assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#