fmt::formatter</* implementation-defined */>

Formats an errc_format_as tag for use with fmt.

Synopsis

Declared in <folly/result/errc_rich_error.h>

template<>
struct formatter</* implementation-defined */>;

Member Functions

NameDescription
format Formats the error code into the output.
parse Parses the format specification.