mrdocs::ExecutorGroup::emplace
Construct a new agent in the group.
Synopsis
Declared in <mrdocs/Support/ExecutorGroup.hpp>
template<class... Args>
void
emplace(Args&&... args);
Parameters
Name |
Description |
args |
Zero or more arguments to forward to the agent constructor. |
Created with MrDocs