Specify that a type represents a signed scalar value. More...
#include <eve/concept/vectorizable.hpp>
Specify that a type represents a signed scalar value.
The concept signed_scalar_value<T>
is satisfied if and only if T satisfies eve::arithmetic_scalar_value<T>
and std::integral<T>
.
std::int32_t
float