Apply the prefix -- operator to the specified value and return its original value.
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);
» more...
Apply the prefix -- operator to the specified value and return its original value.
bdldfp::Decimal32
operator--(
Decimal32& value,
int unused);
» more...
Apply the prefix -- operator to the specified value and return its original value.
bdldfp::Decimal64
operator--(
Decimal64& value,
int unused);
» more...
the original value of value
| Name | Description |
|---|---|
| value | decimal object to modify |
| unused | unused argument distinguishing the postfix operator |