[#fmt-formatter-07b-format] = xref:fmt.adoc[fmt]::xref:fmt/formatter-07b.adoc[formatter<folly::error_or_stopped>]::format :relfileprefix: ../../ :mrdocs: Formats `eos` into the output of `ctx`. == Synopsis Declared in `<folly/result/result.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- format_context::iterator format( xref:folly/error_or_stopped.adoc[folly::error_or_stopped] const& eos, format_context& ctx) const; ---- == Return Value An iterator past the written output. == Parameters [cols="1,4"] |=== | Name| Description | *eos* | The error‐or‐stopped value to format. | *ctx* | The format context to write into. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#