E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches
eve::arithmetic_value Concept Reference

The concept plain_value<T> is satisfied if and only if T satisfies eve::arithmetic_simd_value or eve::arithmetic_scalar_value. More...

#include <eve/concept/value.hpp>

Detailed Description

Examples

Concept definition

template<typename T>
Specify that a type represents a type suitable for vectorization The concept arithmetic_scalar_value<...
Definition scalar.hpp:124
The concept plain_value<T> is satisfied if and only if T satisfies eve::arithmetic_simd_value or eve:...
Definition value.hpp:170
typename decltype(detail::as_translated_type(as< T >{}))::type translate_t
Returns the final translated type of T.
Definition translation.hpp:107