E.V.E  0.1-beta
eve::signed_integral_scalar_value Concept Reference

#include <eve/concept/vectorizable.hpp>

Concept definition

template<typename T>
concept eve::signed_integral_scalar_value = scalar_value<T> && std::signed_integral<T>
Specify that a type represents a scalar value.
Definition: vectorizable.hpp:70
Specify that a type represents a scalar value.
Definition: vectorizable.hpp:119

Detailed Description

Specify that a type represents a scalar value.

The concept unsigned_integral_scalar_value<T> is satisfied if and only if T is signed, integral and scalar_value

Examples

  • std::int32_t