Format specifiers for built‐in and string types.
Synopsis
Declared in <fmt/base.h>
struct format_specs
: basic_specs
Base Classes
Name |
Description |
Basic format specifiers for built‐in and string types. |
Member Functions
Name |
Description |
|
Constructs a |
Returns the alignment. |
|
Returns |
|
Clears the alternate form specifier ('#'). |
|
Copies the fill string from |
|
Returns |
|
Returns the kind of dynamic precision argument, if any. |
|
Returns the kind of dynamic width argument, if any. |
|
Returns a pointer to the fill string. |
|
Returns the size of the fill string. |
|
Returns the fill string packed into a single code unit. |
|
Returns |
|
Sets the alignment. |
|
Sets the alternate form specifier ('#'). |
|
Sets the kind of dynamic precision argument. |
|
Sets the kind of dynamic width argument. |
|
|
|
Sets the localized specifier ('L'). |
|
Sets the sign specifier. |
|
Sets the presentation type. |
|
Sets the uppercase specifier. |
|
Returns the sign specifier. |
|
Returns the presentation type. |
|
Returns |