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).

constexpr
format_parse_context::iterator
parse(format_parse_context& ctx);
template<class ParseContext>
constexpr
ParseContext::iterator
parse(ParseContext& ctx);

Return Value

An iterator past the parsed range.

Parameters

Name

Description

ctx

The format parse context.

Created with MrDocs