Formats eos into the output of ctx.
Declared in <folly/result/result.h>
format_context::iterator
format(
folly::error_or_stopped const& eos,
format_context& ctx) const;
An iterator past the written output.
| Name | Description |
|---|---|
| eos | The error-or-stopped value to format. |
| ctx | The format context to write into. |