Mjolnir Core
Core functionality of the Mjolnir API

◆ compare_all_greater()

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

Return true only if all elements of lhs are greater than the ones of 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