The formatting context used to evaluate printf‐style format strings.
Synopsis
Declared in <fmt/printf.h>
template<typename Char>
class basic_printf_context;
Type Aliases
Name |
Description |
The character type used by this context. |
Enums
Name |
Description |
Flags describing the argument types this context supports. |
Member Functions
Name |
Description |
|
Constructs a |
No‐op; |
|
Returns the argument with the specified id. |
|
Returns the locale associated with this context. |
|
Returns the output iterator that the formatted result is written to. |
Created with MrDocs