fmt::formatter<folly::fbstring>

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

Synopsis

Declared in <folly/FBString.h>

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

Member Functions

NameDescription
format Formats an fbstring into the output context.

Using Declarations

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

Derived Classes

NameDescription
formatter<folly::exception_wrapper> Formatter specialization that formats an exception_wrapper via what().