Parses the format spec, delegating to Ex's formatter when applicable.
Synopsis
Declared in <folly/result/rich_error_base.h>
constexpr
format_parse_context::iterator
parse(format_parse_context& ctx);
Return Value
An iterator past the parsed range.
Parameters
Name |
Description |
ctx |
The format parse context. |
Created with MrDocs