fmt::formatter<folly::rich_ptr_to_underlying_error<Ex>>::format

Formats p (and any epitaph stack) into the output of ctx.

Synopsis

Declared in <folly/result/rich_error_base.h>

format_context::iterator
format(
    folly::rich_ptr_to_underlying_error<Ex> const& p,
    format_context& ctx) const;

Return Value

An iterator past the written output.

Parameters

NameDescription
pThe rich-error pointer to format.
ctxThe format context to write into.