Advance the unparsed‐portion iterator to the specified position.
Synopsis
Declared in <bslfmt_formatparsecontext.h>
constexpr
void
advance_to(const_iterator it);
Description
Subsequent calls to begin will return this value. The behavior is undefined unless it is a valid iterator to the format string used in construction of this context.
Parameters
Name |
Description |
it |
iterator into the format string marking the new unparsed start |
Created with MrDocs