Merge two tranches with the same access level.
<mrdocs/Metadata/Symbol/RecordTranche.hpp>
void
merge(
RecordTranche& I,
RecordTranche&& Other);
| Name | Description |
|---|---|
| I | A group of members that have the same access specifier. |
| Other | A group of members that have the same access specifier. |