clang_Type_getNumTemplateArguments

Returns the number of template arguments for given template specialization, or -1 if type \c T is not a template specialization.

extern (C) @nogc @trusted nothrow pure
int
clang_Type_getNumTemplateArguments
(
const CXType T
)

Meta