Formats the accumulator by formatting its native floating‐point value.

Synopses

Declared in <folly/math/ReproducibleAccumulator.h>

template<class FormatContext>
FormatContext::iterator
format(
    T const&,
    FormatContext& ctx) const;

Formats the accumulator by formatting its native floating‐point value.

template<typename FormatContext>
auto
format(
    folly::reproducible_accumulator<ftype, Fold> const& rfa,
    FormatContext& ctx) const;

Return Value

An iterator past the end of the output.

Parameters

Name

Description

rfa

The accumulator to format.

ctx

The format context to write to.

Created with MrDocs