[#tinyformat-printfln] = xref:tinyformat.adoc[tinyformat]::printfln :relfileprefix: ../ :mrdocs: Format list of arguments to std::cout, then append a newline. == Synopsis Declared in `<tinyformat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename... Args> void printfln( xref:tinyformat/FormatStringCheck.adoc[FormatStringCheck<sizeof...(Args)>] fmt, Args const&... args); ---- == Parameters [cols="1,4"] |=== | Name| Description | *fmt* | Format string, checked against the number of arguments. | *args* | Values to format. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#