clang_getElementType

Return the element type of an array, complex, or vector type.

If a type is passed in that is not an array, complex, or vector type, an invalid type is returned.

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

Meta