fmt::formatter<folly::rich_error_base>

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

NameDescription
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

NameDescription
formatter<T> fmt::format support for any type convertible to rich_error_base*.