mrdocs::doc::InlineContainer::operator=
Assign an InlineContainer with a single TextInline child.
Synopsis
InlineContainer&
operator=(std::string_view text);
Parameters
Name |
Description |
text |
The object to assign from |
Created with MrDocs