Formatter specialization that formats an exception_wrapper via what().

Synopsis

Declared in <folly/ExceptionWrapper.h>

template<>
struct formatter<folly::exception_wrapper>
    : formatter<folly::fbstring>

Base Classes

Name

Description

formatter<folly::fbstring>

{fmt} formatter specialization that formats fbstring as a string view.

Member Functions

Name

Description

format

format overloads

Using Declarations

Name

Description

parse

Parses the format specification, reusing the string‐view formatter.

Created with MrDocs