mrdocs::doc::TextInline::TextInline
Constructors
Synopses
Construct an empty text inline.
constexpr
TextInline() noexcept = default;
Construct from a string view.
explicit
TextInline(std::string_view str) noexcept;
Construct from a string copy.
explicit
TextInline(std::string const& str) noexcept;
Construct by moving text storage.
explicit
TextInline(std::string&& str) noexcept;
Construct from a C string.
explicit
TextInline(char const* str) noexcept;
Created with MrDocs