Specifies a predicate that returns a logical value.
More...
#include <eve/concept/invocable.hpp>
Specifies a predicate that accepts simd values of the same cardinal and returns a logical simd value of the same cardinal.
- Template Parameters
-
| Op | The predicate to check |
| Args | The arguments passed to the predicate |
template<typename Op, typename... Args>
{ op(std::forward<Args>(args)...) } -> same_lanes<Args...>;
}
Specify that a type represents a logical SIMD value. The concept logical_simd_value<T> is satisfied i...
Definition simd.hpp:46
Specifies a predicate that returns a logical value.
Definition invocable.hpp:134
Specifies that a type is a SIMD type. The concept simd_value<T> is satisfied if and only if T satisfi...
Definition vectorized.hpp:34