E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches
Conversions

Detailed Description

Type conversions

convert, simd_cast,

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.