[#BloombergLP-bslfmt-FormatterFloating_Base-parse] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatterFloating_Base.adoc[FormatterFloating_Base]::parse :relfileprefix: ../../../ :mrdocs: Parse the specified `parseContext`, store the resulting parsed specification and return an iterator, pointing to the beginning of the format string. The behavior is undefined unless `t_PARSE_CONTEXT` is either `std::parse_context` if that is supported, or otherwise `bslfmt::parse_context`. == Synopsis Declared in `<bslfmt_formatterfloating.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]#