Loading [MathJax]/extensions/tex2jax.js
E.V.E
v2023.02.15
 
All Classes Namespaces Functions Variables Typedefs Enumerations Friends Modules Pages Concepts
Loading...
Searching...
No Matches
Conversions

Detailed Description

Type conversions

convert, simd_cast,

Variables

constexpr auto eve::as_value = functor<as_value_t>
 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.