[#CCheckQueue-Add] = xref:CCheckQueue.adoc[CCheckQueue]::Add :relfileprefix: ../ :mrdocs: Add a batch of checks to the queue == Synopsis Declared in `<checkqueue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f951199beb8), requires_capability(0x7f9503ee86b8), requires_capability(0x7f9526afcf38), requires_capability(0x7f9524c078d8), requires_capability(0x7f94f1580898)]] 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]#