fmt::formatter<folly::rich_exception_ptr>

Formats a rich_exception_ptr for use with fmt.

Synopsis

Declared in <folly/result/rich_exception_ptr.h>

template<>
struct formatter<folly::rich_exception_ptr>;

Member Functions

NameDescription
format Formats the exception pointer into the output.
parse Parses the format specification.