Wrapper marking a format string as runtime data, skipping compile‐time checks.

Synopsis

Declared in <tinyformat.h>

struct RuntimeFormat;

Description

Added for Bitcoin Core. Similar to std::runtime_format from C++26.

Member Functions

Name

Description

RuntimeFormat [constructor]

Wrap a runtime format string.

Data Members

Name

Description

fmt

Format string, kept as a reference so its c_str() stays valid.

Created with MrDocs