add overloads
Declared in <bdldfp_decimalimputil.h>
Return the sum of the specified decimal values.
static
DecimalImpUtil::ValueType128
add(
ValueType128 lhs,
ValueType128 rhs);
» more...
Add the value of the specified rhs to the value of the specified lhs as described by IEEE-754 and return the result.
static
DecimalImpUtil::ValueType32
add(
ValueType32 lhs,
ValueType32 rhs);
» more...
Return the sum of the specified decimal values.
static
DecimalImpUtil::ValueType64
add(
ValueType64 lhs,
ValueType64 rhs);
» more...