[#BloombergLP-bdldfp-Decimal_BslFmtFormatterImpl-parse] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/Decimal_BslFmtFormatterImpl.adoc[Decimal_BslFmtFormatterImpl]::parse :relfileprefix: ../../../ :mrdocs: Parse the specified `parseContext` and return an iterator, pointing to the beginning of the unparsed section of the format string. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_PARSE_CONTEXT> constexpr t_PARSE_CONTEXT::iterator parse(t_PARSE_CONTEXT& parseContext); ---- == Description The behavior is undefined unless `t_PARSE_CONTEXT` is either `std::parse_context` if that is supported, or otherwise `bslfmt::parse_context`. == Return Value an iterator pointing to the beginning of the unparsed section of the format string == Parameters [cols="1,4"] |=== | Name| Description | *parseContext* | parse context over the format string |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#