Append a child of the specified type in‐place.

Synopsis

Declared in <mrdocs/Metadata/DocComment/Inline/InlineBase.hpp>

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