ΒΆtemplate <typename Char,
fmt::enable_if_t<(is_char<Char>::value),
int> = 0>
inline auto to_string_view(const Char* s)
-> basic_string_view<Char>
template <typename Char,
fmt::enable_if_t<(is_char<Char>::value),
int> = 0>
inline auto to_string_view(const Char* s)
-> basic_string_view<Char>
Declared at: third_party/fmt/include/fmt/core.h:516
Templates
- Char
- fmt::enable_if_t<(is_char
::value), int>
Parameters
- const Char* s