[#BloombergLP-bslfmt-basic_format_parse_context-advance_to] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/basic_format_parse_context.adoc[basic_format_parse_context]::advance_to :relfileprefix: ../../../ :mrdocs: Advance the unparsed‐portion iterator to the specified position. == Synopsis Declared in `<bslfmt_formatparsecontext.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr void advance_to(xref:BloombergLP/bslfmt/basic_format_parse_context/const_iterator.adoc[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 [cols="1,4"] |=== | Name| Description | *it* | iterator into the format string marking the new unparsed start |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#