mrdocs::doc::InlineContainer::InlineContainer

Construct an InlineContainer with a single TextInline child.

Synopses

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

Default constructor

constexpr
InlineContainer() = default;

Copy constructor

constexpr
InlineContainer(InlineContainer const& other) = default;

Move constructor

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

Construct an InlineContainer with a single TextInline child.

explicit
InlineContainer(std::string_view text);

Construct an InlineContainer with a single TextInline child.

explicit
InlineContainer(std::string const& text);

Construct an InlineContainer with a single TextInline child.

explicit
InlineContainer(std::string&& text);

Construct an InlineContainer with a single TextInline child.

explicit
InlineContainer(char const* text);

Created with MrDocs