Sign characters used when formatting decimal values.

Synopsis

Declared in <bdldfp_decimalformatconfig.h>

enum Sign;

Members

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 '‐'.

Created with MrDocs