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>

int
width() const;

Return Value

The width, or a negative value if width is unspecified.

Created with MrDocs