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

Name

Description

fmt::formatter<ftype>

Member Functions

Name

Description

format

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

parse

Created with MrDocs