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

Specify that a type represents a floating scalar value. The concept unsigned_scalar_value<T> is satisfied if and only if T satisfies eve::arithmetic_scalar_value<T> and std::floating_point<T>. More...

#include <eve/concept/vectorizable.hpp>

Detailed Description

Examples

  • float
  • double

Concept definition

template<typename T>
&& (std::floating_point<translate_t<T>>
|| std::same_as<translate_t<T>, eve::float16_t>)
Specify that a type represents a type suitable for vectorization The concept arithmetic_scalar_value<...
Definition scalar.hpp:124
Specify that a type represents a floating scalar value. The concept unsigned_scalar_value<T> is satis...
Definition vectorizable.hpp:99