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

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>

Detailed Description

Examples

  • eve::logical<eve::wide<char>>
  • eve::logical<double>

Concept definition

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