Specify that a type represents an integral scalar value. The concept integral_scalar_value<T>
is satisfied if and only if T satisfies eve::arithmetic_scalar_value<T>
and std::integral<T>
.
More...
#include <eve/concept/vectorizable.hpp>
template<typename T>
Specify that a type represents a type suitable for vectorization The concept arithmetic_scalar_value<...
Definition scalar.hpp:121
Specify that a type represents an integral scalar value. The concept integral_scalar_value<T> is sati...
Definition vectorizable.hpp:28