E.V.E  0.1-beta
eve::value Concept Reference

#include <eve/concept/value.hpp>

Concept definition

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

Detailed Description

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

Examples