[#fmt-formatter-03-parse-0b] = xref:fmt.adoc[fmt]::xref:fmt/formatter-03.adoc[formatter<T>]::parse :relfileprefix: ../../ :mrdocs: Parses the format spec (align/fill/padding is not yet supported). == Synopses Declared in `<folly/lang/Strong.h>` Parses the format spec (align/fill/padding is not yet supported). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr format_parse_context::iterator xref:fmt/formatter-063/parse.adoc[parse](format_parse_context& ctx); ---- [.small]#xref:fmt/formatter-063/parse.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ParseContext> constexpr ParseContext::iterator xref:fmt/formatter-03/parse-04.adoc[parse](ParseContext& ctx); ---- [.small]#xref:fmt/formatter-03/parse-04.adoc[_» more..._]# == Return Value An iterator past the parsed range. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | The format parse context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#