fmt::formatter<folly::reproducible_accumulator<ftype, Fold>>

fmt formatter specialization for reproducible_accumulator.

Synopsis

Declared in <folly/math/ReproducibleAccumulator.h>

template<
    class ftype,
    int Fold>
struct formatter<folly::reproducible_accumulator<ftype, Fold>>
    : fmt::formatter<ftype>

Base Classes

NameDescription
fmt::formatter<ftype>

Member Functions

NameDescription
format Formats the accumulator by formatting its native floating-point value.
parse