ΒΆtemplate <typename Char,
          fmt::enable_if_t<
              (!std::is_empty<
                  std_string_view<Char>>::value),
              int> = 0>
inline auto to_string_view(
    std_string_view<Char> s)
    -> basic_string_view<Char>

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

Templates

Char
fmt::enable_if_t<(!std::is_empty>::value), int>

Parameters

std_string_view<Char> s