getFuncTemplateDecl

If s is a function template, i.e. the only member of a template and that member is a function, return that template.

getFuncTemplateDecl

Parameters

s Dsymbol

symbol that might be a function template

Return Value

template for that function, otherwise null

Suggestion Box / Bug Report