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

The concept value<T> is satisfied if and only if T satisfies either eve::scalar_value or eve::simd_value. More...

#include <eve/concept/value.hpp>

Detailed Description

Examples

Concept definition

template<typename T>
Specify that a type represents a scalar value The concept scalar_value<T> is satisfied if and only if...
Definition scalar.hpp:135
Specifies that a type is a SIMD type. The concept simd_value<T> is satisfied if and only if T satisfi...
Definition vectorized.hpp:34
The concept value<T> is satisfied if and only if T satisfies either eve::scalar_value or eve::simd_va...
Definition value.hpp:34