mrdocs::merge

Merges two Symbol objects according to the behavior of the derived class.

Synopsis

template<polymorphic_storage_for<Symbol> SymbolTy>
void
merge(
    SymbolTy& I,
    SymbolTy&& Other);

Parameters

Name

Description

I

The Symbol object to merge into.

Other

The Symbol object to merge from.

Created with MrDocs