The OpenD Programming Language

VariantN.convertsTo

Returns true if and only if the VariantN object holds an object implicitly convertible to type T. Implicit convertibility is defined as per AllImplicitConversionTargets.

struct VariantN(size_t maxDataSize, AllowedTypesParam...)
@property const
bool
convertsTo
(
T
)
()

Meta