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.

Return a copy of the specified value if the value is not negative zero, and return positive zero otherwise.

Return a copy of the specified value.

Add the value of the specified rhs to the value of the specified lhs as described by IEEE‐754 and return the result.

Decimal arithmetic/comparison operation: Decimal128 operator+.

Decimal arithmetic/comparison operation: Decimal128 operator+.

Add the specified rhs to the value of the specified lhs as described by IEEE‐754 and return the result.

Decimal arithmetic/comparison operation: Decimal128 operator+.

Decimal arithmetic/comparison operation: Decimal128 operator+.

bdldfp::Decimal128
operator+(
    Decimal128 lhs,
    long long rhs);

Decimal arithmetic/comparison operation: Decimal128 operator+.

bdldfp::Decimal128
operator+(
    Decimal128 lhs,
    unsigned int rhs);

Decimal arithmetic/comparison operation: Decimal128 operator+.

bdldfp::Decimal128
operator+(
    Decimal128 lhs,
    unsigned long rhs);

Decimal arithmetic/comparison operation: Decimal128 operator+.

bdldfp::Decimal128
operator+(
    Decimal128 lhs,
    unsigned long long rhs);

Decimal arithmetic/comparison operation: Decimal128 operator+.

Add the value of the specified rhs to the value of the specified lhs as described by IEEE‐754 and return the result.

Decimal arithmetic/comparison operation: Decimal64 operator+.

Add the specified rhs to the value of the specified lhs as described by IEEE‐754 and return the result.

Decimal arithmetic/comparison operation: Decimal32 operator+.

Decimal arithmetic/comparison operation: Decimal32 operator+.

bdldfp::Decimal32
operator+(
    Decimal32 lhs,
    long long rhs);

Decimal arithmetic/comparison operation: Decimal32 operator+.

bdldfp::Decimal32
operator+(
    Decimal32 lhs,
    unsigned int rhs);

Decimal arithmetic/comparison operation: Decimal32 operator+.

bdldfp::Decimal32
operator+(
    Decimal32 lhs,
    unsigned long rhs);

Decimal arithmetic/comparison operation: Decimal32 operator+.

bdldfp::Decimal32
operator+(
    Decimal32 lhs,
    unsigned long long rhs);

Decimal arithmetic/comparison operation: Decimal128 operator+.

Decimal arithmetic/comparison operation: Decimal64 operator+.

Add the value of the specified rhs to the value of the specified lhs as described by IEEE‐754 and return the result.

Add the specified rhs to the value of the specified lhs as described by IEEE‐754 and return the result.

Decimal arithmetic/comparison operation: Decimal64 operator+.

Decimal arithmetic/comparison operation: Decimal64 operator+.

bdldfp::Decimal64
operator+(
    Decimal64 lhs,
    long long rhs);

Decimal arithmetic/comparison operation: Decimal64 operator+.

bdldfp::Decimal64
operator+(
    Decimal64 lhs,
    unsigned int rhs);

Decimal arithmetic/comparison operation: Decimal64 operator+.

bdldfp::Decimal64
operator+(
    Decimal64 lhs,
    unsigned long rhs);

Decimal arithmetic/comparison operation: Decimal64 operator+.

bdldfp::Decimal64
operator+(
    Decimal64 lhs,
    unsigned long long rhs);

Add the specified lhs to the value of the specified rhs as described by IEEE‐754 and return the result.

Add the specified lhs to the value of the specified rhs as described by IEEE‐754 and return the result.

Add the specified lhs to the value of the specified rhs as described by IEEE‐754 and return the result.

Decimal arithmetic/comparison operation: Decimal128 operator+.

Add the specified lhs and rhs as described by IEEE‐754.

Decimal arithmetic/comparison operation: Decimal64 operator+.

Decimal arithmetic/comparison operation: Decimal128 operator+.

bdldfp::Decimal128
operator+(
    long long lhs,
    Decimal128 rhs);

Decimal arithmetic/comparison operation: Decimal32 operator+.

bdldfp::Decimal32
operator+(
    long long lhs,
    Decimal32 rhs);

Decimal arithmetic/comparison operation: Decimal64 operator+.

bdldfp::Decimal64
operator+(
    long long lhs,
    Decimal64 rhs);

Decimal arithmetic/comparison operation: Decimal128 operator+.

bdldfp::Decimal128
operator+(
    unsigned int lhs,
    Decimal128 rhs);

Decimal arithmetic/comparison operation: Decimal32 operator+.

bdldfp::Decimal32
operator+(
    unsigned int lhs,
    Decimal32 rhs);

Decimal arithmetic/comparison operation: Decimal64 operator+.

bdldfp::Decimal64
operator+(
    unsigned int lhs,
    Decimal64 rhs);

Decimal arithmetic/comparison operation: Decimal128 operator+.

bdldfp::Decimal128
operator+(
    unsigned long lhs,
    Decimal128 rhs);

Decimal arithmetic/comparison operation: Decimal32 operator+.

bdldfp::Decimal32
operator+(
    unsigned long lhs,
    Decimal32 rhs);

Decimal arithmetic/comparison operation: Decimal64 operator+.

bdldfp::Decimal64
operator+(
    unsigned long lhs,
    Decimal64 rhs);

Decimal arithmetic/comparison operation: Decimal128 operator+.

bdldfp::Decimal128
operator+(
    unsigned long long lhs,
    Decimal128 rhs);

Decimal arithmetic/comparison operation: Decimal32 operator+.

bdldfp::Decimal32
operator+(
    unsigned long long lhs,
    Decimal32 rhs);

Decimal arithmetic/comparison operation: Decimal64 operator+.

bdldfp::Decimal64
operator+(
    unsigned long long lhs,
    Decimal64 rhs);

Created with MrDocs