ΒΆtemplate <typename Char, size_t N>
constexpr auto compile_string_to_view(
const Char (&)[N] s)
-> basic_string_view<Char>
template <typename Char, size_t N>
constexpr auto compile_string_to_view(
const Char (&)[N] s)
-> basic_string_view<Char>
Declared at: third_party/fmt/include/fmt/format.h:1067
Templates
- Char
- size_t N
Parameters
- const Char (&)[N] s