The concept floating_value<T> is satisfied if and only if T satisfies eve::value and the element type satisfies std::floating_point
More...
#include <eve/concept/value.hpp>
template<typename T>
&& (std::floating_point<translated_element_type_t<T>>
|| std::same_as<translated_element_type_t<T>, eve::float16_t>)
The concept floating_value<T> is satisfied if and only if T satisfies eve::value and the element type...
Definition value.hpp:116
The concept value<T> is satisfied if and only if T satisfies either eve::scalar_value or eve::simd_va...
Definition value.hpp:34