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