mrdocs::merge
Merge, transferring ownership from the right‐hand side.
Synopsis
Declared in <mrdocs/Metadata/Symbol/Source.hpp>
void
merge(
SourceInfo& I,
SourceInfo&& Other);
Parameters
Name |
Description |
I |
Stores source information for a declaration. |
Other |
Stores source information for a declaration. |
Created with MrDocs