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

Specify that a type represents a logical SIMD value. The concept logical_simd_value<T> is satisfied if and only if T is an instance of eve::logical and its contents satisfy eve::plain_simd_value. More...

#include <eve/concept/simd.hpp>

Detailed Description

Concept definition

template<typename T>
concept eve::logical_simd_value = detail::instance_of<T,logical>
Specify that a type represents a logical SIMD value. The concept logical_simd_value<T> is satisfied i...
Definition simd.hpp:46
typename decltype(detail::as_translated_type(as< T >{}))::type translate_t
Returns the final translated type of T.
Definition translation.hpp:107