|
inlineconstexpr |
convert a eve::value to a std::uint8_t based eve::value.
Defined in Header
Parameters
x
: argument.Return value
x
is an eve::simd_value, returns a value, of type wide <std::uint8_t, cardinal_t<T>>
,x
is an eve::scalar_value, returns a value of type std::uint8_t,x
is a supported callable a call to uint8(x)(...) is semantically equivalent to uint8(x(...)).