Formats p (and any epitaph stack) into the output of ctx.
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;
An iterator past the written output.
| Name | Description |
|---|---|
| p | The rich-error pointer to format. |
| ctx | The format context to write into. |