fmt::formatter<folly::rich_exception_ptr>::format

Formats the exception pointer into the output.

Synopsis

Declared in <folly/result/rich_exception_ptr.h>

fmt::format_context::iterator
format(
    folly::rich_exception_ptr const& rep,
    fmt::format_context& ctx) const;

Return Value

An output iterator past the formatted text.

Parameters

NameDescription
repThe exception pointer to format.
ctxThe format context receiving the output.