[#absl-FormatConversionSpec-has_sign_col_flag] = xref:absl.adoc[absl]::xref:absl/FormatConversionSpec.adoc[FormatConversionSpec]::has_sign_col_flag :relfileprefix: ../../ :mrdocs: Indicates whether a mandatory sign column is added to the result for this conversion character. == Synopsis Declared in `<absl/strings/str_format.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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. [.small]#Created with https://www.mrdocs.com[MrDocs]#