Constructors
Synopses
Declared in <tinyformat.h>
Build from an already‐validated consteval format string.
Build from a runtime‐wrapped format string, skipping compile‐time checks.
FormatStringCheck(RuntimeFormat const& run);
Build from a string literal, checking it against num_params at compile time.
consteval
FormatStringCheck(char const* str);
Parameters
Name |
Description |
str |
Validated format string. |
run |
Runtime format string wrapper. |
Created with MrDocs