Formats the accumulator by formatting its native floating‐point value.
Synopsis
Declared in <folly/math/ReproducibleAccumulator.h>
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