{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 |
Formats an fbstring into the output context. |
Using Declarations
Name |
Description |
Parses the format specification, reusing the string‐view formatter. |
Derived Classes
Name |
Description |
Formatter specialization that formats an |
Created with MrDocs