Map a Symbol to a dom::Object with computed extraction properties.
<mrdocs/Metadata/Symbol/SymbolBase.hpp>template<typename IO>
void
tag_invoke(
dom::LazyObjectMapTag,
IO& io,
Symbol const& I,
DomCorpus const* domCorpus);
| Name | Description |
|---|---|
| io | The IO object to map into. |
| I | The Symbol to map. |
| domCorpus | The DomCorpus context. |