mrdocs::tag_invoke

Convert SymbolID pointers to dom::Value or null.

Synopsis

void
tag_invoke(
    dom::ValueFromTag,
    dom::Value& v,
    std::unique_ptr<SymbolID> const& t,
    DomCorpus const* domCorpus);

Parameters

Name

Description

v

The output parameter to receive the dom::Value.

t

The SymbolID pointer to convert. If null, the dom::Value is set to null.

domCorpus

The DomCorpus to use, or nullptr. If null, the SymbolID is converted to a base16 string.

Created with MrDocs