[#fmt-formatter-0f9] = xref:fmt.adoc[fmt]::xref:fmt/formatter-02b.adoc[formatter]</* implementation-defined */, Char> :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<fmt/format.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Char> struct xref:fmt/formatter-02b.adoc[formatter]</* implementation-defined */, Char> : /* implementation-defined */ ---- == Base Classes [cols="1,4"] |=== | Name| Description | `/* implementation-defined */` | |=== == Member Functions [cols="1"] |=== | Name | xref:fmt/formatter-0f9/format.adoc[`format`] | xref:fmt/formatter-0f9/parse.adoc[`parse`] | xref:fmt/formatter-0f9/set_debug_format.adoc[`set_debug_format`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#