ΒΆtemplate <typename... Args,
          typename S,
          fmt::enable_if_t<
              (is_compile_string<S>::value),
              int> = 0>
void check_format_string(S format_str)

Declared at: third_party/fmt/include/fmt/core.h:2658

Templates

Args
S
fmt::enable_if_t<(is_compile_string::value), int>

Parameters

S format_str