ValueMatcher

Undocumented in source.

Constructors

this
this(SemanticPass pass, TemplateArgument[] matchedArgs, CompileTimeExpression matchee)
Undocumented in source.

Alias This

pass

Members

Functions

visit
bool visit(ValueTemplateParameter p)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(AliasTemplateParameter p)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(TemplateParameter p)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(TypedAliasTemplateParameter p)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

matchedArgs
TemplateArgument[] matchedArgs;
Undocumented in source.
matchee
CompileTimeExpression matchee;
Undocumented in source.
pass
SemanticPass pass;
Undocumented in source.

Meta