Parses the format specification.
Declared in <folly/result/rich_exception_ptr.h>
constexpr
fmt::format_parse_context::iterator
parse(fmt::format_parse_context& ctx);
An iterator past the parsed format specification.
| Name | Description |
|---|---|
| ctx | The format parse context. |