[#fmt-formatter-0d] = xref:fmt.adoc[fmt]::formatter<xref:folly/fbstring.adoc[folly::fbstring]> :relfileprefix: ../ :mrdocs: {fmt} formatter specialization that formats fbstring as a string view. == Synopsis Declared in `<folly/FBString.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct formatter<xref:folly/fbstring.adoc[folly::fbstring]>; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:fmt/formatter-0d/format.adoc[`format`] | Formats an fbstring into the output context. |=== == Using Declarations [cols="1,4"] |=== | Name| Description | xref:fmt/formatter-0d/parse.adoc[`parse`] | Parses the format specification, reusing the string‐view formatter. |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:fmt/formatter-0ce.adoc[`formatter<folly::exception_wrapper>`] | Formatter specialization that formats an `exception_wrapper` via `what()`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#