mrdocs::doc::tag_invoke
Map the Block to a dom::Object.
Synopsis
template<class IO>
void
tag_invoke(
dom::LazyObjectMapTag t,
IO& io,
Block const& I,
DomCorpus const*);
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