Specifies that a type is a Conditional Expression using relative mask.
More...
#include <eve/concept/conditional.hpp>
Types modeling relative_conditional_expr are eve::conditional_expr that represents masks based on relative position of lanes. They provide an API to query the layout of lanes to ignore.
template<typename T>
{
}
Specifies that a type is a Conditional Expression.
Definition conditional.hpp:28
Specifies that a type is a Conditional Expression using relative mask.
Definition conditional.hpp:52
typename decltype(detail::as_translated_type(as< T >{}))::type translate_t
Returns the final translated type of T.
Definition translation.hpp:107
Lightweight type-wrapper.
Definition as.hpp:29