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>
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