[#absl-FormatConversionSpec-width] = xref:absl.adoc[absl]::xref:absl/FormatConversionSpec.adoc[FormatConversionSpec]::width :relfileprefix: ../../ :mrdocs: Returns the specified width (indicated through use of a non‐zero integer value or '*' character) of the conversion character. == Synopsis Declared in `<absl/strings/str_format.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int width() const; ---- == Return Value The width, or a negative value if width is unspecified. [.small]#Created with https://www.mrdocs.com[MrDocs]#