TemplateInstance.findBestMatch

Find the TemplateDeclaration that matches this TemplateInstance best.

class TemplateInstance
extern (D) final
bool
findBestMatch

Parameters

sc Scope*

the scope this TemplateInstance resides in

argumentList ArgumentList

function arguments in case of a template function

Return Value

Type: bool

true if a match was found, false otherwise

Meta