enum Sema::TemplateParameterListEqualKind

Description

Enumeration describing how template parameter lists are compared for equality.

Declared at: clang/include/clang/Sema/Sema.h:8151

Enumerators

NameValueComment
TPL_TemplateMatch0We are matching the template parameter lists of two templates that might be redeclarations.
TPL_TemplateTemplateParmMatch1We are matching the template parameter lists of two template template parameters as part of matching the template parameter lists of two templates that might be redeclarations.
TPL_TemplateTemplateArgumentMatch2We are matching the template parameter lists of a template template argument against the template parameter lists of a template template parameter.