Type conversions
Variables | |
constexpr auto | eve::as_value = functor<as_value_t> |
converts eve constant or just a value to a type. | |
constexpr auto | eve::convert = functor<convert_t> |
Converts a value to another type. | |
constexpr auto | eve::simd_cast = functor<simd_cast_t> |
casting bits between simd values. | |