CastType

CastType struct

Contains the functions to determine the cast type.

template<typename Source,typename Result>class CastType

Template parameters

ParameterDescription
SourceThe source type.
ResultThe result type.

Fields

FieldDescription
static constexpr Boxing
static constexpr Dynamic
static constexpr Invalid
static constexpr None
static constexpr NullableBoxing
static constexpr NullableUnboxing
static constexpr Static
static constexpr Unboxing

See Also