fmt::formatter<folly::exception_wrapper>

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

NameDescription
formatter<folly::fbstring>{fmt} formatter specialization that formats fbstring as a string view.

Member Functions

NameDescription
format format overloads

Using Declarations

NameDescription
parse Parses the format specification, reusing the string-view formatter.