[#fmt-formatter-075] = xref:fmt.adoc[fmt]::formatter<xref:folly/StringPiece.adoc[folly::StringPiece]> :relfileprefix: ../ :mrdocs: {fmt} formatter specialization for folly::StringPiece. == Synopsis Declared in `<folly/Range.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct formatter<xref:folly/StringPiece.adoc[folly::StringPiece]>; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:fmt/formatter-075/format.adoc[`format`] | Format a StringPiece into the output context. |=== == Using Declarations [cols="1,4"] |=== | Name| Description | xref:fmt/formatter-075/parse.adoc[`parse`] | Inherit the format‐spec parsing from the string_view formatter. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#