clang_getExceptionSpecificationType

Retrieve the exception specification type associated with a function type. This is a value of type CXCursor_ExceptionSpecificationKind.

If a non-function type is passed in, an error code of -1 is returned.

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

Meta