[#BloombergLP-bdldfp-operator_plus-08c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operator+ :relfileprefix: ../../ :mrdocs: Unary plus operators == Synopses Declared in `<bdldfp_decimal.h>` Return a copy of the specified `value` if the value is not negative zero, and return positive zero otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_plus-04b9.adoc[operator+](xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] value); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-04b9.adoc[_» more..._]# Return a copy of the specified `value` if the value is not negative zero, and return positive zero otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_plus-054.adoc[operator+](xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] value); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-054.adoc[_» more..._]# Return a copy of the specified `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_plus-03d.adoc[operator+](xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] value); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-03d.adoc[_» more..._]# Add the value of the specified `rhs` to the value of the specified `lhs` as described by IEEE‐754 and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_plus-03f.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-03f.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_plus-055.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-055.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_plus-051.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-051.adoc[_» more..._]# Add the specified `rhs` to the value of the specified `lhs` as described by IEEE‐754 and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_plus-09c.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-09c.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_plus-08fd.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-08fd.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_plus-04bf.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-04bf.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_plus-0ff.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, unsigned int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-0ff.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_plus-0d8c.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, unsigned long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-0d8c.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_plus-0a6.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, unsigned long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-0a6.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_plus-0d86.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-0d86.adoc[_» more..._]# Add the value of the specified `rhs` to the value of the specified `lhs` as described by IEEE‐754 and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_plus-01a2.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-01a2.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_plus-047.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-047.adoc[_» more..._]# Add the specified `rhs` to the value of the specified `lhs` as described by IEEE‐754 and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_plus-040.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-040.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_plus-053.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-053.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_plus-08ff.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-08ff.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_plus-0d1.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, unsigned int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-0d1.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_plus-0ab.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, unsigned long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-0ab.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_plus-0ba.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, unsigned long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-0ba.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_plus-083a.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-083a.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_plus-0f3.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-0f3.adoc[_» more..._]# Add the value of the specified `rhs` to the value of the specified `lhs` as described by IEEE‐754 and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_plus-0832.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-0832.adoc[_» more..._]# Add the specified `rhs` to the value of the specified `lhs` as described by IEEE‐754 and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_plus-0e.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-0e.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_plus-00f.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-00f.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_plus-095.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-095.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_plus-01f9.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, unsigned int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-01f9.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_plus-089.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, unsigned long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-089.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_plus-0d81.adoc[operator+]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, unsigned long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-0d81.adoc[_» more..._]# Add the specified `lhs` to the value of the specified `rhs` as described by IEEE‐754 and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_plus-0db.adoc[operator+]( int lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-0db.adoc[_» more..._]# Add the specified `lhs` to the value of the specified `rhs` as described by IEEE‐754 and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_plus-02b.adoc[operator+]( int lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-02b.adoc[_» more..._]# Add the specified `lhs` to the value of the specified `rhs` as described by IEEE‐754 and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_plus-032.adoc[operator+]( int lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-032.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_plus-006.adoc[operator+]( long lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-006.adoc[_» more..._]# Add the specified `lhs` and `rhs` as described by IEEE‐754. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_plus-029.adoc[operator+]( long lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-029.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_plus-012.adoc[operator+]( long lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-012.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_plus-090.adoc[operator+]( long long lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-090.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_plus-01ae.adoc[operator+]( long long lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-01ae.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_plus-0b2.adoc[operator+]( long long lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-0b2.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_plus-0d4.adoc[operator+]( unsigned int lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-0d4.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_plus-034.adoc[operator+]( unsigned int lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-034.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_plus-0d5.adoc[operator+]( unsigned int lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-0d5.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_plus-01fc.adoc[operator+]( unsigned long lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-01fc.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_plus-033.adoc[operator+]( unsigned long lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-033.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_plus-06.adoc[operator+]( unsigned long lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-06.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_plus-09b.adoc[operator+]( unsigned long long lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-09b.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_plus-01d.adoc[operator+]( unsigned long long lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-01d.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator+`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_plus-0c.adoc[operator+]( unsigned long long lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_plus-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#