mrdocs::doc::tag_invoke
Map the Polymorphic Inline as a dom::Value object.
Synopsis
template<
class IO,
polymorphic_storage_for<Block> InlineTy>
void
tag_invoke(
dom::ValueFromTag,
IO& io,
InlineTy const& I,
DomCorpus const* domCorpus);
Parameters
Name |
Description |
io |
The output parameter to receive the dom::Object. |
I |
The input object. |
domCorpus |
The DOM corpus, or nullptr if not part of a corpus. |
Created with MrDocs