Sign options parsed from a format specification.
Synopsis
Declared in <bslfmt_formatspecificationparser.h>
enum Sign;
Members
Name |
Description |
|
Use the default sign formatting for the selected presentation type. |
|
Always show a sign for non‐negative values. |
|
Always show a sign for negative values. |
|
Use a leading space for non‐negative values. |
Created with MrDocs