Formats the accumulator by formatting its native floating-point value.
Declared in <folly/math/ReproducibleAccumulator.h>
template<class FormatContext>
FormatContext::iterator
format(
T const&,
FormatContext& ctx) const;
» more...
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;
» more...
An iterator past the end of the output.
| Name | Description |
|---|---|
| rfa | The accumulator to format. |
| ctx | The format context to write to. |