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

Name

Description

format

Formats the exception pointer into the output.

parse

Parses the format specification.

Created with MrDocs