Sign options parsed from a format specification.

Synopsis

Declared in <bslfmt_formatspecificationparser.h>

enum Sign;

Members

Name

Description

e_SIGN_DEFAULT

Use the default sign formatting for the selected presentation type.

e_SIGN_POSITIVE

Always show a sign for non‐negative values.

e_SIGN_NEGATIVE

Always show a sign for negative values.

e_SIGN_SPACE

Use a leading space for non‐negative values.

Created with MrDocs