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