ΒΆtemplate <typename Char>
constexpr auto compile_string_to_view(
detail::std_string_view<Char> s)
-> basic_string_view<Char>
template <typename Char>
constexpr auto compile_string_to_view(
detail::std_string_view<Char> s)
-> basic_string_view<Char>
Declared at: third_party/fmt/include/fmt/format.h:1074
Templates
- Char
Parameters
- detail::std_string_view<Char> s