Mjolnir Core
Core functionality of the Mjolnir API

◆ compare_selected_equal()

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

Return true only if all selected register elements are equal.

Template Parameters
t_cmpA parameter pack of boolean values with the size of the number of register elements. If a value is true, the corresponding element is compared. Otherwise, it is ignored.
T_RegisterTypeThe register type
Parameters
[in]lhsThe register left of the operator
[in]rhsThe register right of the operator
Returns
true or false