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.
If t and this are the same types no conversion required, so in that case types can be considered as convertible.
If t and this are the same types no conversion required, so in that case types can be considered as convertible.
- 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.
Structural type representation.
A structural type is represented as an ordered sequence of pairs: name and type of fields.
Objects of a structural type can not be converted.