[#BloombergLP-bdlt-Formatter-parse] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Formatter.adoc[Formatter]::parse :relfileprefix: ../../../ :mrdocs: Parse the input and arguments specified by `context` and return an iterator pointing after the end of parsed input. == Synopsis Declared in `<bdlt_formatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_PARSE_CONTEXT> constexpr t_PARSE_CONTEXT::iterator parse(t_PARSE_CONTEXT& context); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#