fmt::formatter<folly::rich_exception_ptr>::parse

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

NameDescription
ctxThe format parse context.