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