mrdocs::doc::tag_invoke
Map the SoftBreak to a dom::Object.
Synopsis
Declared in <mrdocs/Metadata/DocComment/Inline/SoftBreakInline.hpp>
template<class IO>
void
tag_invoke(
dom::LazyObjectMapTag t,
IO& io,
SoftBreakInline const& I,
DomCorpus const* domCorpus);
Parameters
| Name | Description |
|---|---|
t |
The tag. |
io |
The output object. |
I |
The input object. |
domCorpus |
The DOM corpus, or nullptr if not part of a corpus. |
Created with MrDocs