ΒΆtemplate <typename...,
typename S,
fmt::enable_if_t<
(!is_compile_string<S>::value),
int> = 0>
inline void check_format_string(const S&)
template <typename...,
typename S,
fmt::enable_if_t<
(!is_compile_string<S>::value),
int> = 0>
inline void check_format_string(const S&)
Declared at: third_party/fmt/include/fmt/core.h:2649
Templates
- S
- fmt::enable_if_t<(!is_compile_string
::value), int>
Parameters
- const S&