mrdocs::merge

Merges two Symbol objects.

Synopsis

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

void
merge(
    Symbol& I,
    Symbol&& Other);

Description

This function is used to merge two Symbol objects with the same SymbolID. The function assumes that the two Symbol objects are of the same type. If they are not, the function will fail.

Parameters

Name Description

I

The Symbol object to merge into.

Other

The Symbol object to merge from.

Created with MrDocs