enum ParsedTemplateArgument::KindType

Description

Describes the kind of template argument that was parsed.

Declared at: clang/include/clang/Sema/ParsedTemplate.h:32

Enumerators

NameValueComment
Type0A template type parameter, stored as a type.
NonType1A non-type template parameter, stored as an expression.
Template2A template template argument, stored as a template name.