[#BloombergLP-bslfmt-FormatterIntegralBase-parse] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatterIntegralBase.adoc[FormatterIntegralBase]::parse :relfileprefix: ../../../ :mrdocs: Parse the specified `parseContext` and return an iterator, pointing to the beginning of the format string. == Synopsis Declared in `<bslfmt_formatterintegralbase.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_PARSE_CONTEXT> constexpr t_PARSE_CONTEXT::iterator parse(t_PARSE_CONTEXT& parseContext); ---- == Return Value iterator pointing to the beginning of the format string == Parameters [cols="1,4"] |=== | Name| Description | *parseContext* | input/output context over the format string |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#