Mjolnir Core
Core functionality of the Mjolnir API

◆ compare_in_sequence_less_equal()

auto compare_in_sequence_less_equal ( T_RegisterType  lhs,
T_RegisterType  rhs 
) -> bool
inlinenoexcept

Return true only if all elements of lhs are less equal than in rhs inside of a specified sequence of indices.

Template Parameters
t_idx_firstThe index of the first register element that is part of the sequence
t_lengthThe number of elements in the sequence
T_RegisterTypeThe register type
Parameters
[in]lhsThe register left of the operator
[in]rhsThe register right of the operator
Returns
true or false