fmt::runtime

runtime overloads

Synopses

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...

Return Value

A runtime_format_string object wrapping s.

Parameters

NameDescription
sThe format string to check at runtime.