Sign option values corresponding to format sign characters.
Declared in <bslfmt_testspecificationgenerator.h>
enum Sign;
| Name | Description |
|---|---|
e_SIGN_DEFAULT | No sign option specified. |
e_SIGN_POSITIVE | Always show sign (+). |
e_SIGN_NEGATIVE | Show sign only for negative values (-). |
e_SIGN_SPACE | Use a space for positive values ( ). |