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