[#fmt-formatter-075-format] = xref:fmt.adoc[fmt]::xref:fmt/formatter-075.adoc[formatter<folly::StringPiece>]::format :relfileprefix: ../../ :mrdocs: Format a StringPiece into the output context. == Synopsis Declared in `<folly/Range.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Context> Context::iterator format( xref:folly/StringPiece.adoc[folly::StringPiece] s, Context& ctx) const; ---- == Return Value The iterator past the written output. == Parameters [cols="1,4"] |=== | Name| Description | *s* | The string piece to format. | *ctx* | The formatting context to write to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#