[#absl-FormatConversionSpec-has_left_flag] = xref:absl.adoc[absl]::xref:absl/FormatConversionSpec.adoc[FormatConversionSpec]::has_left_flag :relfileprefix: ../../ :mrdocs: Indicates whether the result should be left justified for this conversion character in the format string. == Synopsis Declared in `<absl/strings/str_format.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool has_left_flag() const; ---- == Description This flag is set through use of a '‐' character in the format string. E.g. "%‐s" == Return Value `true` if the left‐justify flag is set. [.small]#Created with https://www.mrdocs.com[MrDocs]#