Assignment operators
Synopses
Declared in <checkqueue.h>
Deleted copy assignment; the queue owns its worker threads.
CCheckQueue&
operator=(CCheckQueue const& other) = delete;
Deleted move assignment; the queue owns its worker threads.
CCheckQueue&
operator=(CCheckQueue&& other) = delete;
Created with MrDocs