ΒΆCXType clang_Type_getTemplateArgumentAsType(
    CXType T,
    unsigned int i)

Description

Returns the type template argument of a template class specialization at given index. This function only returns template type arguments and does not handle template template arguments or variadic packs.

Declared at: clang/include/clang-c/Index.h:4118

Parameters

CXType T
unsigned int i