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

Name

Description

ctx

The format parse context.

Created with MrDocs