enum ParsedTemplateArgument::KindType
Description
Describes the kind of template argument that was parsed.
Declared at: clang/include/clang/Sema/ParsedTemplate.h:32
Enumerators
Name | Value | Comment |
---|---|---|
Type | 0 | A template type parameter, stored as a type. |
NonType | 1 | A non-type template parameter, stored as an expression. |
Template | 2 | A template template argument, stored as a template name. |