Formats a rich_exception_ptr for use with fmt.
Declared in <folly/result/rich_exception_ptr.h>
template<>
struct formatter<folly::rich_exception_ptr>;
| Name | Description |
|---|---|
format | Formats the exception pointer into the output. |
parse | Parses the format specification. |