[#fmt-formatter-09-parse] = xref:fmt.adoc[fmt]::xref:fmt/formatter-09.adoc[formatter</* implementation-defined */>]::parse :relfileprefix: ../../ :mrdocs: Parses the format specification. == Synopsis Declared in `<folly/result/errc_rich_error.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr auto parse(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]#