fmt::formatter<folly::error_or_stopped>::format

Formats eos into the output of ctx.

Synopsis

Declared in <folly/result/result.h>

format_context::iterator
format(
    folly::error_or_stopped const& eos,
    format_context& ctx) const;

Return Value

An iterator past the written output.

Parameters

NameDescription
eosThe error-or-stopped value to format.
ctxThe format context to write into.