format overloads
Declared in <folly/ExceptionWrapper.h>
Formats the exception wrapper into the output context.
template<typename Context>
auto
format(
folly::exception_wrapper const& ew,
Context& ctx) const;
» more...
Formats an fbstring into the output context.
template<typename Context>
Context::iterator
format(
folly::fbstring const& s,
Context& ctx) const;
» more...
| Name | Description |
|---|---|
| ew | The exception wrapper to format. |
| ctx | The formatting context to write to. |
| s | The fbstring to format. |