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