absl::FormatConversionSpec::has_left_flag

Indicates whether the result should be left justified for this conversion character in the format string.

Synopsis

Declared in <absl/strings/str_format.h>

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.