TemplateDeclaration.deduceFunctionTemplateMatch

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

class TemplateDeclaration
extern (D)
MATCH
deduceFunctionTemplateMatch

Return Value

Type: MATCH

match level bit 0-3 Match template parameters by inferred template arguments bit 4-7 Match template parameters by initial template arguments

Suggestion Box / Bug Report