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);

Return Value

A reference to this container.

Template Parameters

Name Description

InlineTy

The Inline‐derived type to emplace.

Parameters

Name Description

args

Constructor arguments forwarded to the child.

Created with MrDocs