mrdocs::doc::InlineContainer::operator=

Assign an InlineContainer with a single TextInline child.

Synopses

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

Copy assignment operator

constexpr
InlineContainer&
operator=(InlineContainer const& other) = default;
» more...

Move assignment operator

constexpr
InlineContainer&
operator=(InlineContainer&& other) noexcept = default;
» more...

Assign an InlineContainer with a single TextInline child.

InlineContainer&
operator=(std::string_view text);
» more...

Created with MrDocs