Deleted move constructor; the queue owns its worker threads.

Synopsis

Declared in <checkqueue.h>

CCheckQueue(CCheckQueue&& other) = delete;

Parameters

Name

Description

other

The object to move construct from

Created with MrDocs