Parses the format spec (align/fill/padding is not yet supported).
Declared in <folly/lang/Strong.h>
Parses the format spec (align/fill/padding is not yet supported).
constexpr
format_parse_context::iterator
parse(format_parse_context& ctx);
» more...
template<class ParseContext>
constexpr
ParseContext::iterator
parse(ParseContext& ctx);
» more...
An iterator past the parsed range.
| Name | Description |
|---|---|
| ctx | The format parse context. |