Wrapper marking a format string as runtime data, skipping compile-time checks.
Declared in <tinyformat.h>
struct RuntimeFormat;
Added for Bitcoin Core. Similar to std::runtime_format from C++26.
| Name | Description |
|---|---|
RuntimeFormat [constructor] | Wrap a runtime format string. |
| Name | Description |
|---|---|
fmt | Format string, kept as a reference so its c_str() stays valid. |