mrdocs::doc::TextInline::TextInline

Constructors

Synopses

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