fmt::formatter<folly::error_or_stopped>::parse

Parses the format spec (which is empty for this type).

Synopsis

Declared in <folly/result/result.h>

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

Return Value

An iterator past the parsed range.

Parameters

NameDescription
ctxThe format parse context.