FunctionSymbol

A function symbol with nested overloads.

template FunctionSymbol (
Protection P = __traits(getProtection, F).toProtection
Linkage L = __traits(getLinkage, F).toLinkage
string I = __traits(identifier, F)
alias Parent = Alias!(__traits(parent, F))
) {}

Members

Aliases

overloads
alias overloads = staticMap!(toOverload, __traits(getOverloads, parent, identifier))
Undocumented in source.
parent
alias parent = Parent
Undocumented in source.
symbol
alias symbol = F
Undocumented in source.

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

identifier
enum identifier;
Undocumented in source.

Meta