mrdocs::doc::BriefBlock::operator=
Assign an InlineContainer with a single TextInline child.
Synopses
Copy assignment operator
constexpr
BriefBlock&
operator=(BriefBlock const& other) = default;
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