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