Mjolnir Core
Core functionality of the Mjolnir API

◆ abs()

auto abs ( T_RegisterType  src) -> T_RegisterType
inlinenoexcept

Return a new register with the absolute values of the input register.

Template Parameters
T_RegisterTypeRegister type
Parameters
[in]srcThe initial values
Returns
Register containing the absolute values
Remarks
source: https://stackoverflow.com/q/23847377/6700329