Format string wrapper that checks the format at compile time.
Declared in <tinyformat.h>
template<unsigned int num_params>
struct FormatStringCheck;
Added for Bitcoin Core. Unlike ConstevalFormatString this supports RuntimeFormat-wrapped std::string for runtime string formatting without compile time checks.
| Name | Description |
|---|---|
FormatStringCheck [constructor] | Constructors |
operator char const* | Access the underlying format string. |
| Name | Description |
|---|---|
fmt | Validated null-terminated format string. |