Basic format specifiers for built‐in and string types.
Synopsis
Declared in <fmt/base.h>
class basic_specs;
Member Functions
Name |
Description |
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 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 |
Derived Classes
Name |
Description |
Format specifiers for built‐in and string types. |
Created with MrDocs