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
typedefUnderlyingType
@trusted const
(
)

Return Value

Type: Type

the Type the typedef cursor is a declaration for.

Meta