mrdocs::doc::InlineContainer::operator=
Assign an InlineContainer with a single TextInline child.
Synopsis
Declared in <mrdocs/Metadata/DocComment/Inline/InlineBase.hpp>
InlineContainer&
operator=(std::string_view text);
Parameters
| Name | Description |
|---|---|
text |
The object to assign from |
Created with MrDocs