Build from a string literal, checking it against num_params at compile time.

Synopsis

Declared in <tinyformat.h>

consteval
FormatStringCheck(char const* str);

Parameters

Name

Description

str

Format string literal to validate.

Created with MrDocs