ΒΆtemplate <typename Char,
typename Traits,
typename Alloc>
inline auto to_string_view(
const std::basic_string<Char, Traits, Alloc>&
s) -> basic_string_view<Char>
template <typename Char,
typename Traits,
typename Alloc>
inline auto to_string_view(
const std::basic_string<Char, Traits, Alloc>&
s) -> basic_string_view<Char>
Declared at: third_party/fmt/include/fmt/core.h:520
Templates
- Char
- Traits
- Alloc
Parameters
- const std::basic_string<Char, Traits, Alloc>& s