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>
concept eve::arithmetic_value = arithmetic_simd_value<T> || arithmetic_scalar_value<T>
Specify that a type represents a type suitable for vectorization The concept arithmetic_scalar_value<...
Definition scalar.hpp:121
The concept plain_value<T> is satisfied if and only if T satisfies eve::arithmetic_simd_value or eve:...
Definition value.hpp:168