Cursor.type

Type (if any) of the entity pointed at by the cursor.

The following isDeclaration cursors are handled: - TypeDecl - DeclaratorDecl (if source info exist)

isReference cursors may be automatically dereferenced if they are of the following kind: - TypeRef - CXXBaseSpecifier - MemberRef - VariableRef The following are NOT handled: - TemplateRef - NamespaceRef - OverloadedDeclRef

struct Cursor
@property @trusted const scope
type
()

Meta