handle Default Template Parameters
fun handleDefaultTemplateParameters(template: ClassTemplateDeclaration, templateParameterRealDefaultInitialization: MutableMap<Node, Node?>)
Matches declared template arguments to their defaults (without defaults of a previously defined template argument)
Parameters
template
containing template arguments
template Parameter Real Default Initialization
mapping of template parameter to its real default (no recursive)