The concept logical_value<T>
is satisfied if and only if T satisfies eve::value
and the element type satisfies is_logical_v.
More...
#include <eve/concept/value.hpp>
eve::logical<eve::wide<char>>
eve::logical<double>
template<typename T>
The concept logical_value<T> is satisfied if and only if T satisfies eve::value and the element type ...
Definition value.hpp:132
The concept value<T> is satisfied if and only if T satisfies either eve::scalar_value or eve::simd_va...
Definition value.hpp:34