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:134
The concept value<T> is satisfied if and only if T satisfies either eve::scalar_value or eve::simd_va...
Definition value.hpp:34
typename decltype(detail::as_translated_type(as< T >{}))::type translate_t
Returns the final translated type of T.
Definition translation.hpp:107