Assign an InlineContainer with a single TextInline child.
<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...