fmt::formatter<folly::exception_wrapper>::format

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

NameDescription
ewThe exception wrapper to format.
ctxThe formatting context to write to.