getTypeInfoType

Gets the type of the TypeInfo object associated with t

extern (C++)
getTypeInfoType
(
const ref Loc loc
,,,
bool genObjCode = true
)

Parameters

loc Loc

the location for reporting line nunbers in errors

t Type

the type to get the type of the TypeInfo object for

sc Scope*

the scope

genObjCode bool

if true, object code will be generated for the obtained TypeInfo

Return Value

Type: Type

The type of the TypeInfo object associated with t

Meta