TargetCPP.fundamentalType

Checks whether type is a vendor-specific fundamental type.

struct TargetCPP
extern (C++)
bool
fundamentalType
(
const Type t
,
ref bool isFundamental
)

Parameters

t Type

type to inspect

isFundamental bool

where to store result

Return Value

Type: bool

true if isFundamental was set by function

Suggestion Box / Bug Report