fmt::formatter<folly::rich_error_base::fmt_all_codes_t>::format

Formats all codes of err into the output of ctx.

Synopsis

Declared in <folly/result/rich_error_base.h>

format_context::iterator
format(
    folly::rich_error_base::fmt_all_codes_t& err,
    format_context& ctx) const;

Return Value

An iterator past the written output.

Parameters

NameDescription
errThe rich-error codes accessor to format (mutates .saw_code_).
ctxThe format context to write into.