A format context for use by formatter::format() partial specialization. It provides access to the output iterator for writing the formatted value and access to all formatting arguments.
Synopsis
Declared in <bslfmt_format_context.h>
template<
class t_OUT,
class t_CHAR>
class basic_format_context;
Type Aliases
Name |
Description |
This |
|
Alias for |
|
This |
Member Functions
Name |
Description |
Update the contained iterator to that specified by |
|
Return a |
|
Return (by value) the contained output iterator. As this is returned by value, any changes will not be reflected in the contained iterator unless a subsequent call to |
Friends
Name |
Description |
This class provides utility functions to enable manipulation of types declared by this component. It is solely for private use by other components of the |
Created with MrDocs