mrdocs::tag_invoke

Map the Symbol to a dom::Object.

Synopsis

Declared in <mrdocs/Metadata/Symbol/SymbolBase.hpp>
template<class IO>
void
tag_invoke(
    dom::LazyObjectMapTag,
    IO& io,
    Symbol const& I,
    DomCorpus const* domCorpus);

Parameters

Name Description
io The output parameter to receive the dom::Object.
I The Symbol to convert.
domCorpus The DomCorpus used to resolve references.

Created with MrDocs