[#fmt-formatter-0f] = xref:fmt.adoc[fmt]::formatter<xref:folly/reproducible_accumulator-06.adoc[folly::reproducible_accumulator<ftype, Fold>]> :relfileprefix: ../ :mrdocs: fmt formatter specialization for reproducible_accumulator. == Synopsis Declared in `<folly/math/ReproducibleAccumulator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class ftype, int Fold> struct formatter<xref:folly/reproducible_accumulator-06.adoc[folly::reproducible_accumulator<ftype, Fold>]> : fmt::formatter<ftype> ---- == Base Classes [cols="1,4"] |=== | Name| Description | `fmt::formatter<ftype>` | |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:fmt/formatter-0f/format-02.adoc[`format`] | Formats the accumulator by formatting its native floating‐point value. | xref:fmt/formatter-0f/parse.adoc[`parse`] | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#