[#tinyformat-RuntimeFormat-2constructor] = xref:tinyformat.adoc[tinyformat]::xref:tinyformat/RuntimeFormat.adoc[RuntimeFormat]::RuntimeFormat :relfileprefix: ../../ :mrdocs: Wrap a runtime format string. == Synopsis Declared in `<tinyformat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit RuntimeFormat(std::string const& str); ---- == Parameters [cols="1,4"] |=== | Name| Description | *str* | Format string to use without compile‐time checking. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#