Check whether this type is the same (except constant qualifier), as the type t.
Check whether this type is the same (except constant qualifier), as the type t. See below for more details.
- Type to compare to.
true
if this type is the same, as t, false
otherwise.
Check whether this type can be converted to type t.
Check whether this type can be converted to type t.
- Type to convert to.
true
if this type can be converted to t, false
otherwise.
true
for boolean types.
true
for boolean types.
true
for integer types.
true
for integer types.
true
for numeric (integer and floating point) types.
true
for numeric (integer and floating point) types.
true
for scalar types.
true
for scalar types.
Create a new type by setting constant qualifier of the this type to specific value.
Create a new type by setting constant qualifier of the this type to specific value.
- New value of the constant qualifier.
New type.
General numeric type.
This type is only used to declare intrinsics.