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