mrdocs::doc::InlineContainer::emplace_back
Append a child of the specified type in‐place.
Synopsis
template<
std::derived_from<Inline> InlineTy,
class... Args>
InlineContainer&
emplace_back(Args&&... args);
Parameters
| Name | Description |
|---|---|
args |
Constructor arguments forwarded to the child. |
Created with MrDocs