Apply the prefix ++ operator to the specified value and return its original value.

Synopses

Declared in <bdldfp_decimal.h>

Apply the prefix ++ operator to the specified value and return its original value.

bdldfp::Decimal128
operator++(
    Decimal128& value,
    int unused);

Apply the prefix ++ operator to the specified value and return its original value.

bdldfp::Decimal32
operator++(
    Decimal32& value,
    int unused);

Apply the prefix ++ operator to the specified value and return its original value.

bdldfp::Decimal64
operator++(
    Decimal64& value,
    int unused);

Return Value

the original value of value

Parameters

Name

Description

value

decimal object to modify

unused

unused argument distinguishing the postfix operator

Created with MrDocs