A format context for use by formatter::format() partial specialization.
Synopsis
Declared in <bslfmt_format_context.h>
template<
class t_OUT,
class t_CHAR>
class basic_format_context;
Description
It provides access to the output iterator for writing the formatted value and access to all formatting arguments.
Type Aliases
Name |
Description |
This |
|
Alias for |
|
This |
Member Functions
Name |
Description |
Update the contained iterator to that specified by |
|
Return the formatting argument at zero‐based index |
|
Return (by value) the contained output iterator. |
Friends
Name |
Description |
Utility factory for constructing |
Created with MrDocs