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

Synopsis

Declared in <folly/FBString.h>

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

Member Functions

Name

Description

format

Formats an fbstring into the output context.

Using Declarations

Name

Description

parse

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

Derived Classes

Name

Description

formatter<folly::exception_wrapper>

Formatter specialization that formats an exception_wrapper via what().

Created with MrDocs