[#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(0x7f2e18ccb8b8), requires_capability(0x7f2e33392508), requires_capability(0x7f2e370f4d48), requires_capability(0x7f2e090ef3b8), requires_capability(0x7f2e2802df68)]] 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]#