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

Name

Description

eos

The error‐or‐stopped value to format.

ctx

The format context to write into.

Created with MrDocs