[#tinyformat-FormatStringCheck-2constructor-0b] = xref:tinyformat.adoc[tinyformat]::xref:tinyformat/FormatStringCheck.adoc[FormatStringCheck]::FormatStringCheck :relfileprefix: ../../ :mrdocs: Build from a string literal, checking it against num_params at compile time. == Synopsis Declared in `<tinyformat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- consteval FormatStringCheck(char const* str); ---- == Parameters [cols="1,4"] |=== | Name| Description | *str* | Format string literal to validate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#