|
constexpr |
Computes the reverse of a given eve::relative_conditional_expr.
Required header: #include <eve/conditional.hpp>
For a given eve::relative_conditional_expr c
, optimally computes the reverse eve::relative_conditional_expr for a given type T
. For example, ignoring the first N
lanes get reversed as ignoring the last N
lanes.
c | Condition to reverse |
tgt | Wrapped type of the expected output |
c
with the same internal state.