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