mrdocs::UsingSymbol::IntroducedName
The symbol being introduced.
Synopsis
Declared in <mrdocs/Metadata/Symbol/Using.hpp>
Polymorphic<Name> IntroducedName = Polymorphic<struct Name>(std::in_place_type<IdentifierName>);
Description
This is the symbol that is being "used" or introduced into the current scope.
Note that this can be a qualified name, such as A::f in the example above.
Created with MrDocs