DEFINE_CAST
DEFINE_CAST(from, bool) \
DEFINE_CAST(from, char) \
DEFINE_CAST(from, schar) \
DEFINE_CAST(from, uchar) \
DEFINE_CAST(from, short) \
DEFINE_CAST(from, ushort) \
DEFINE_CAST(from, int) \
DEFINE_CAST(from, uint) \
DEFINE_CAST(from, long) \
DEFINE_CAST(from, ulong) \
DEFINE_CAST(from, longlong) \
DEFINE_CAST(from, ulonglong) \
DEFINE_CAST(from, float) \
DEFINE_CAST(from, double)