E.V.E
v2022.09.01
eve::value Concept Reference

#include <eve/concept/value.hpp>

Detailed Description

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

Examples

Concept definition

template<typename T>
Specify that a type represents a scalar value.
Definition: vectorizable.hpp:71
Specifies that a type a SIMD type.
Definition: vectorized.hpp:33
Definition: value.hpp:31