TemplateInstance.findBestMatch

Find the TemplateDeclaration that matches this TemplateInstance best.

class TemplateInstance
extern (D) final
bool
findBestMatch
(,
Expressions* fargs
)

Parameters

sc Scope*

the scope this TemplateInstance resides in

fargs Expressions*

function arguments in case of a template function, null otherwise

Return Value

Type: bool

true if a match was found, false otherwise

Suggestion Box / Bug Report