Merges two Info objects.

Synopsis

Declared in <mrdocs/Metadata/Info.hpp>

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

Description

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

Parameters

Name

Description

I

The Info object to merge into.

Other

The Info object to merge from.

Created with MrDocs