Parse context for use by formatter::parse() specializations.
Synopsis
Declared in <bslfmt_formatparsecontext.h>
template<class t_CHAR>
class basic_format_parse_context;
Description
Provides access to iterators for the start and end of the remaining (unparsed) format string, as well as argument counters.
Type Aliases
Name |
Description |
This |
|
This |
|
This |
Member Functions
Name |
Description |
|
Constructors |
Advance the unparsed‐portion iterator to the specified position. |
|
Return an iterator to the start of the unparsed portion of the format string. |
|
Check that the specified argument index is valid. |
|
Return an iterator to the end of the format string. |
|
Return the index of the next unused argument. |
Created with MrDocs