mrdocs::merge

Merge two tranches with the same access level.

Synopsis

Declared in <mrdocs/Metadata/Symbol/RecordTranche.hpp>
void
merge(
    RecordTranche& I,
    RecordTranche&& Other);

Parameters

Name Description
I A group of members that have the same access specifier.
Other A group of members that have the same access specifier.

Created with MrDocs