runtime overloads
Declared in <fmt/base.h>
Creates a runtime format string.
runtime_format_string<>
runtime(string_view s);
» more...
Creates a runtime format string from a wchar_t format string.
runtime_format_string<wchar_t>
runtime(wstring_view s);
» more...
A runtime_format_string object wrapping s.
| Name | Description |
|---|---|
| s | The format string to check at runtime. |