fmt::format support for rich_error_base and derived classes.

Synopsis

Declared in <folly/result/rich_error_base.h>

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

Description

rich_error_base AND derived classes are formattable.

Member Functions

Name

Description

format

Formats e (with its epitaph stack) into the output of ctx.

parse

Parses the format spec (align/fill/padding is not yet supported).

Derived Classes

Name

Description

formatter<T>

fmt::format support for any type convertible to rich_error_base*.

Created with MrDocs