fmt::format support for rich_error_base and derived classes.
Declared in <folly/result/rich_error_base.h>
template<>
struct formatter<folly::rich_error_base>;
rich_error_base AND derived classes are formattable.
| Name | Description |
|---|---|
format | Formats e (with its epitaph stack) into the output of ctx. |
parse | Parses the format spec (align/fill/padding is not yet supported). |
| Name | Description |
|---|---|
formatter<T> | fmt::format support for any type convertible to rich_error_base*. |