Wrap and partially validate a format string at compile time.
Synopsis
Declared in <util/string.h>
consteval
ConstevalFormatString(char const* str);
Parameters
Name |
Description |
str |
The format string literal to wrap and validate. |
Created with MrDocs