Cursor.typedefUnderlyingType

Return the underlying type of a typedef declaration.

If the current cursor is not a typedef an empty type is returned.

struct Cursor
@property @trusted const scope
typedefUnderlyingType
()

Return Value

Type: Type

the Type the typedef cursor is a declaration for.

Meta