E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches
eve::scalar_value Concept Reference

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>

Detailed Description

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 The concept arithmetic_scalar_value<...
Definition: scalar.hpp:113
Specify that a type represents a logical scalar value The concept logical_scalar_value<T> is satisfie...
Definition: scalar.hpp:61
Specify that a type represents a scalar value The concept scalar_value<T> is satisfied if and only if...
Definition: scalar.hpp:127