fmt::formatter</* implementation-defined */>::parse

Parses the format specification.

Synopsis

Declared in <folly/result/errc_rich_error.h>

constexpr
auto
parse(format_parse_context& ctx);

Return Value

An iterator past the parsed format specification.

Parameters

NameDescription
ctxThe format parse context.