Parsing context consisting of a format string range being parsed and an argument counter for automatic indexing.
Synopsis
Declared in <fmt/base.h>
template<typename Char = char>
class parse_context;
Types
Name |
Member Functions
Name |
Description |
|
|
Advances the begin iterator to |
|
Returns an iterator to the beginning of the format string range being parsed. |
|
Reports an error if using the automatic argument indexing; otherwise switches to the manual indexing. |
|
Returns an iterator past the end of the format string range being parsed. |
|
Reports an error if using the manual argument indexing; otherwise returns the next argument index and switches to the automatic indexing. |
Created with MrDocs