Formats the exception pointer into the output.
Declared in <folly/result/rich_exception_ptr.h>
fmt::format_context::iterator
format(
folly::rich_exception_ptr const& rep,
fmt::format_context& ctx) const;
An output iterator past the formatted text.
| Name | Description |
|---|---|
| rep | The exception pointer to format. |
| ctx | The format context receiving the output. |