absl::FormatConversionSpec::is_basic

Indicates that width and precision are not specified, and no additional flags are set for this conversion character in the format string.

Synopsis

Declared in <absl/strings/str_format.h>

bool
is_basic() const;

Return Value

true if no width, precision, or flags are set.