E.V.E
v2023.02.15
eve::scalar_value Concept Reference

Specify that a type represents a scalar value. More...

#include <eve/concept/scalar.hpp>

Detailed Description

Specify that a type represents a scalar value.

The concept scalar_value<T> is satisfied if and only if it satisfies either arithmetic_scalar_value or logical_scalar_value.

Examples

  • float
  • logical<std::int32_t>
  • kumi::tuple<double,std::int32_t>

Concept definition

template<typename T>
Specify that a type represents a type suitable for vectorization.
Definition: scalar.hpp:110
Specify that a type represents a logical scalar value.
Definition: scalar.hpp:59
Specify that a type represents a scalar value.
Definition: scalar.hpp:125