[#util-ConstevalFormatString-2constructor] = xref:util.adoc[util]::xref:util/ConstevalFormatString.adoc[ConstevalFormatString]::ConstevalFormatString :relfileprefix: ../../ :mrdocs: Wrap and partially validate a format string at compile time. == Synopsis Declared in `<util/string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- consteval ConstevalFormatString(char const* str); ---- == Parameters [cols="1,4"] |=== | Name| Description | *str* | The format string literal to wrap and validate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#