A formatting context.
Synopsis
Declared in <fmt/base.h>
class context;
Type Aliases
Name |
Description |
The character type for the output. |
|
The type of a single type‐erased formatting argument. |
|
The type of an iterator into the output range. |
Enums
Name |
Description |
The bitmask of argument types this context can format without falling back to the unpacked representation. |
Member Functions
Name |
Description |
|
Constructors |
|
Copy assignment is disabled; |
Advances the begin iterator to |
|
|
|
Returns the id of the named argument with the specified name. |
|
Returns the type‐erased arguments being formatted. |
|
Returns the locale associated with this context. |
|
Returns an iterator to the beginning of the output range. |
Created with MrDocs