fmt::formatter<folly::rich_error_base::fmt_all_codes_t>

fmt::format support that renders all codes of a rich error.

Synopsis

Declared in <folly/result/rich_error_base.h>

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

Description

See rich_error_code::all_codes_for_fmt() for usage

Member Functions

NameDescription
format Formats all codes of err into the output of ctx.
parse Parses the format spec (which is empty for this type).