mrdocs::doc::InlineContainer::emplace_back
Append a child of the specified type.
Synopsis
template<
std::derived_from<Inline> InlineTy,
class... Args>
InlineContainer&
emplace_back(Args&&... args);
Return Value
An internal node in the inline element tree
Created with MrDocs