mrdocs::canMerge

Check whether two symbols may be merged.

Synopsis

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

bool
canMerge(
    Symbol const& I,
    Symbol const& Other);

Return Value

True when kinds and IDs match.

Parameters

NameDescription
IBase class with common properties of all symbols
OtherBase class with common properties of all symbols