[#CCheckQueue-operator_assign-02] = xref:CCheckQueue.adoc[CCheckQueue]::operator= :relfileprefix: ../ :mrdocs: Assignment operators == Synopses Declared in `<checkqueue.h>` Deleted copy assignment; the queue owns its worker threads. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CCheckQueue.adoc[CCheckQueue]& xref:CCheckQueue/operator_assign-04.adoc[operator=](xref:CCheckQueue.adoc[CCheckQueue] const& other) = delete; ---- [.small]#xref:CCheckQueue/operator_assign-04.adoc[_» more..._]# Deleted move assignment; the queue owns its worker threads. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CCheckQueue.adoc[CCheckQueue]& xref:CCheckQueue/operator_assign-0d.adoc[operator=](xref:CCheckQueue.adoc[CCheckQueue]&& other) = delete; ---- [.small]#xref:CCheckQueue/operator_assign-0d.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#