A format context for use by formatter::parse() partial specialization. It provides access to iterators for the start and end of the remaining (unparsed) format string, as well as argument counters.
Synopsis
Declared in <bslfmt_formatparsecontext.h>
template<class t_CHAR>
class basic_format_parse_context;
Type Aliases
Name |
Description |
This |
|
This |
|
This |
Member Functions
Name |
Description |
|
Constructors |
Update the held iterator to the unparsed portion of the format string to be the specified |
|
Return an iterator to the start of the unparsed portion of the format string. |
|
Check that the specified |
|
Return an iterator to the start of the unparsed portion of the format string. |
|
Return the index of the next‐unused argument. If the indexing mode is unset, the indexing mode is set to |
Created with MrDocs