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

Formats e (with its epitaph stack) into the output of ctx.

Synopsis

Declared in <folly/result/rich_error_base.h>

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

Return Value

An iterator past the written output.

Parameters

NameDescription
eThe rich error to format.
ctxThe format context to write into.