mrdocs::doc::InlineContainer::operator=

Assign an InlineContainer with a single TextInline child.

Synopsis

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

InlineContainer&
operator=(std::string_view text);

Return Value

Reference to the current object

Parameters

Name Description

text

The object to assign from

Created with MrDocs