Formats the exception wrapper into the output context.
Declared in <folly/ExceptionWrapper.h>
template<typename Context>
auto
format(
folly::exception_wrapper const& ew,
Context& ctx) const;
An iterator past the end of the written output.
| Name | Description |
|---|---|
| ew | The exception wrapper to format. |
| ctx | The formatting context to write to. |