Specify that a type represents a scalar value The concept scalar_value<T>
is satisfied if and only if T satisfies either arithmetic_scalar_value or logical_scalar_value.
More...
#include <eve/concept/scalar.hpp>
float
logical<std::int32_t>
kumi::tuple<double,std::int32_t>
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 a logical scalar value The concept logical_scalar_value<T> is satisfie...
Definition scalar.hpp:66
Specify that a type represents a scalar value The concept scalar_value<T> is satisfied if and only if...
Definition scalar.hpp:135