Adds a batch of checks to the controlled queue.
Synopsis
Declared in <checkqueue.h>
void
Add(std::vector<T>&& vChecks);
Parameters
Name |
Description |
vChecks |
The checks to enqueue; moved into the queue. |
Created with MrDocs