Map a RecordInterface to a dom::Object.

Synopsis

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

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

Parameters

Name

Description

io

The output parameter to receive the dom::Object.

I

The RecordInterface to convert.

Created with MrDocs