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

Name

Description

format

Formats the error code into the output.

parse

Parses the format specification.

Created with MrDocs