[#absl-FormatConversionSpec-is_basic] = xref:absl.adoc[absl]::xref:absl/FormatConversionSpec.adoc[FormatConversionSpec]::is_basic :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool is_basic() const; ---- == Return Value `true` if no width, precision, or flags are set. [.small]#Created with https://www.mrdocs.com[MrDocs]#