Indicates whether a mandatory sign column is added to the result for this conversion character.
Declared in <absl/strings/str_format.h>
bool
has_sign_col_flag() const;
This flag is set through use of a space character (' ') in the format string. E.g. "% i"
true if the sign-column flag is set.