Sign characters used when formatting decimal values.
Declared in <bdldfp_decimalformatconfig.h>
enum Sign;
| Name | Description |
|---|---|
e_NEGATIVE_ONLY | Output '-' only when the sign bit is set. |
e_ALWAYS | Output '+' or '-' according to the sign bit. |
e_POSITIVE_AS_SPACE | Output a space when the sign bit is not set, else '-'. |