[#fmt-writer] = xref:fmt.adoc[fmt]::writer :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<fmt/format.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class writer; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:fmt/writer/2constructor-08.adoc[`writer`] [.small]#[constructor]# | Constructors | xref:fmt/writer/print.adoc[`print`] | Formats `args` according to specifications in `fmt` and writes the output to the file. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#