eve::signed_scalar_value Concept Reference
#include <eve/concept/vectorizable.hpp>
Concept definition
template<typename T>
Specify that a type represents a signed scalar value.
Definition: vectorizable.hpp:97
Detailed Description
Specify that a type represents a signed scalar value.
The concept signed_scalar_value<T>
is satisfied if and only if T satisfies eve::scalar_value<T>
and std::integral<T>
.
Examples
std::int32_t
float