clang_getTemplateCursorKind

\brief Given a cursor that represents a template, determine the cursor kind of the specializations would be generated by instantiating the template.

This routine can be used to determine what flavor of function template, class template, or class template partial specialization is stored in the cursor. For example, it can describe whether a class template cursor is declared with "struct", "class" or "union".

\param C The cursor to query. This cursor should represent a template declaration.

\returns The cursor kind of the specializations that would be generated by instantiating the template \p C. If \p C is not a template, returns \c CXCursor_NoDeclFound.

extern (C) @safe @nogc pure nothrow
clang_getTemplateCursorKind
()

Meta