Type conversions
Variables | |
constexpr callable_as_value_ | eve::as_value = {} |
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. | |