enum Sema::TemplateParameterListEqualKind
Description
Enumeration describing how template parameter lists are compared for equality.
Declared at: clang/include/clang/Sema/Sema.h:8151
Enumerators
Name | Value | Comment |
---|---|---|
TPL_TemplateMatch | 0 | We are matching the template parameter lists of two templates that might be redeclarations. |
TPL_TemplateTemplateParmMatch | 1 | We 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_TemplateTemplateArgumentMatch | 2 | We are matching the template parameter lists of a template template argument against the template parameter lists of a template template parameter. |