Map a RecordSymbol to a dom::Object.

Synopsis

Declared in <mrdocs/Metadata/Symbol/Record.hpp>

template<class IO>
void
tag_invoke(
    dom::LazyObjectMapTag t,
    IO& io,
    RecordSymbol const& I,
    DomCorpus const* domCorpus);

Parameters

Name

Description

t

The tag type.

io

The IO object to use for mapping.

I

The RecordSymbol to map.

domCorpus

The DomCorpus used to create

Created with MrDocs