[#BloombergLP-bdlb-Guid_BslFmtFormatterImpl-parse] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Guid_BslFmtFormatterImpl.adoc[Guid_BslFmtFormatterImpl]::parse :relfileprefix: ../../../ :mrdocs: Parse the format specification contained in the specified `parseContext` and return an iterator, pointing to the beginning of the unparsed section of the format string. Throw a `bsl::format_error` exception if the specification does not conform to the grammar documented at the top of this component. == Synopsis Declared in `<bdlb_guidformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_PARSE_CONTEXT> constexpr t_PARSE_CONTEXT::iterator parse(t_PARSE_CONTEXT& parseContext); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#