Mjolnir Core
Core functionality of the Mjolnir API

◆ compare_all_less()

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

Return true only if all elements of lhs are less than the corresponding ones in rhs.

Template Parameters
T_RegisterTypeThe register type
Parameters
[in]lhsThe register left of the operator
[in]rhsThe register right of the operator
Returns
true or false