Formatter specialization that formats an exception_wrapper via what().
Declared in <folly/ExceptionWrapper.h>
template<>
struct formatter<folly::exception_wrapper>
: formatter<folly::fbstring>
| Name | Description |
|---|---|
formatter<folly::fbstring> | {fmt} formatter specialization that formats fbstring as a string view. |
| Name | Description |
|---|---|
format | format overloads |
| Name | Description |
|---|---|
parse | Parses the format specification, reusing the string-view formatter. |