fmt::runtime

Creates a runtime format string.

Synopses

Declared in <fmt/base.h>

Creates a runtime format string.

runtime_format_string
runtime(string_view s);
» more...
runtime_format_string<wchar_t>
runtime(wstring_view s);
» more...

Created with MrDocs