BloombergLP::bslfmt::basic_format_parse_context::advance_to

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

NameDescription
ititerator into the format string marking the new unparsed start