Sign characters used when formatting decimal values.
Synopsis
Declared in <bdldfp_decimalformatconfig.h>
enum Sign;
Members
Name |
Description |
|
Output '‐' only when the sign bit is set. |
|
Output '+' or '‐' according to the sign bit. |
|
Output a space when the sign bit is not set, else '‐'. |
Created with MrDocs