clang_Type_getTemplateArgumentAsType

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.

extern (C) @nogc @trusted nothrow pure
clang_Type_getTemplateArgumentAsType
(,
uint i
)

Meta