mrdocs::doc::InlineTextLeaf::InlineTextLeaf
Constructors
Synopses
Declared in <mrdocs/Metadata/DocComment/Inline/InlineBase.hpp>
Construct from string_view
explicit
InlineTextLeaf(std::string_view literal_);
Construct from string
explicit
InlineTextLeaf(std::string const& literal_);
Construct from string
explicit
InlineTextLeaf(std::string&& literal_) noexcept;
Created with MrDocs