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;

Move assignment operator

constexpr
InlineContainer&
operator=(InlineContainer&& other) noexcept = default;

Assign an InlineContainer with a single TextInline child.

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

Created with MrDocs