CCheckQueue::Add

Add a batch of checks to the queue

Synopsis

Declared in <checkqueue.h>

[[requires_capability(0x7ff3792c5dd8), requires_capability(0x7ff39153f1e8), requires_capability(0x7ff382e1fd48), requires_capability(0x7ff38db57818), requires_capability(0x7ff3921bd988)]]
void
Add(std::vector<T>&& vChecks);

Parameters

NameDescription
vChecksThe checks to enqueue; moved into the queue.