Parses the format specification.

Synopsis

Declared in <folly/result/rich_exception_ptr.h>

constexpr
fmt::format_parse_context::iterator
parse(fmt::format_parse_context& ctx);

Return Value

An iterator past the parsed format specification.

Parameters

Name

Description

ctx

The format parse context.

Created with MrDocs