TemplateDeclaration.deduceFunctionTemplateMatch

Match function arguments against a specific template function. Input: ti sc instantiation scope fd tthis 'this' argument if !NULL argumentList arguments to function Output: fd Partially instantiated function declaration ti.tdtypes Expression/Type deduced template arguments

class TemplateDeclaration
extern (D)
MATCHpair
deduceFunctionTemplateMatch

Return Value

Type: MATCHpair

match pair of initial and inferred template arguments

Meta