fmt formatter specialization for reproducible_accumulator.
Declared in <folly/math/ReproducibleAccumulator.h>
template<
class ftype,
int Fold>
struct formatter<folly::reproducible_accumulator<ftype, Fold>>
: fmt::formatter<ftype>
| Name | Description |
|---|---|
fmt::formatter<ftype> |
| Name | Description |
|---|---|
format | Formats the accumulator by formatting its native floating-point value. |
parse |