Indicates whether the result should be left justified for this conversion character in the format string.
Declared in <absl/strings/str_format.h>
bool
has_left_flag() const;
This flag is set through use of a '-' character in the format string. E.g. "%-s"
true if the left-justify flag is set.