BloombergLP::bdldfp::DecimalFormatConfig::Sign

Sign characters used when formatting decimal values.

Synopsis

Declared in <bdldfp_decimalformatconfig.h>

enum Sign;

Members

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