mrdocs::UsingSymbol::IntroducedName

The symbol being introduced.

Synopsis

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