Constructors

Synopses

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

Default constructor

constexpr
TextInline() noexcept = default;

Construct from string_view

explicit
TextInline(std::string_view str) noexcept;

Construct from string

explicit
TextInline(std::string const& str) noexcept;

Construct from string

explicit
TextInline(std::string&& str) noexcept;

Construct from char

explicit
TextInline(char const* str) noexcept;

Created with MrDocs