BloombergLP::bslfmt::TestSpecificationGenerator::Sign

Sign option values corresponding to format sign characters.

Synopsis

Declared in <bslfmt_testspecificationgenerator.h>

enum Sign;

Members

NameDescription
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 ( ).