[#fmt-formatter-060-parse] = xref:fmt.adoc[fmt]::xref:fmt/formatter-060.adoc[formatter<folly::rich_exception_ptr>]::parse :relfileprefix: ../../ :mrdocs: Parses the format specification. == Synopsis Declared in `<folly/result/rich_exception_ptr.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr fmt::format_parse_context::iterator parse(fmt::format_parse_context& ctx); ---- == Return Value An iterator past the parsed format specification. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | The format parse context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#