CCheckQueue::CCheckQueue

Deleted move constructor; the queue owns its worker threads.

Synopsis

Declared in <checkqueue.h>

CCheckQueue(CCheckQueue&& other) = delete;

Parameters

NameDescription
otherThe object to move construct from