[#CCheckQueueControl-Add] = xref:CCheckQueueControl.adoc[CCheckQueueControl]::Add :relfileprefix: ../ :mrdocs: Adds a batch of checks to the controlled queue. == Synopsis Declared in `<checkqueue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Add(std::vector<T>&& vChecks); ---- == Parameters [cols="1,4"] |=== | Name| Description | *vChecks* | The checks to enqueue; moved into the queue. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#