|
inlineconstexpr |
convert a eve::value to a unsigned integral based eve::value.
Defined in Header
Parameters
x : argument.Return value
x is an eve::simd_value, returns a value, of typewide <i_t, cardinal_t<T>>,x is an eve::scalar_value, returns a value of type i_t,x is a supported callable a call to uint_(x)(...) is semantically equivalent to uint_(x(...)).where i_t is eve::as_integral_t<eve::element_type_t<T, unsigned>>