ΒΆinline auto runtime(fmt::string_view s)
-> runtime_format_string<>
inline auto runtime(fmt::string_view s)
-> runtime_format_string<>
Description
\rstCreates a runtime format string. *Example**:: // Check format string at runtime instead of compile-time. fmt::print(fmt::runtime("{:d}"), "I am not a number");\endrst
Declared at: third_party/fmt/include/fmt/core.h:2769