Map the Symbol to a dom::Object
.
<mrdocs/Metadata/Symbol/SymbolBase.hpp>
template<class IO>
void
tag_invoke(
dom::LazyObjectMapTag,
IO& io,
Symbol const& I,
DomCorpus const* domCorpus);
Name | Description |
---|---|
io | The output parameter to receive the dom::Object. |
I | The Symbol to convert. |
domCorpus | The DomCorpus used to resolve references. |