mrdocs::doc::InlineContainer::operator=

Assignment operators

Synopses

Copy‐assign child nodes.

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

Move‐assign child nodes.

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

Assign an InlineContainer with a single TextInline child.

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

Created with MrDocs