enum Sema::CheckTemplateArgumentKind

Description

Specifies the context in which a particular template argument is being checked.

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

Enumerators

NameValueComment
CTAK_Specified0The template argument was specified in the code or was instantiated with some deduced template arguments.
CTAK_Deduced1The template argument was deduced via template argument deduction.
CTAK_DeducedFromArrayBound2The template argument was deduced from an array bound via template argument deduction.