ΒΆtemplate <typename S,
fmt::enable_if_t<
(is_compile_string<S>::value),
int> = 0>
constexpr auto to_string_view(const S& s)
-> basic_string_view<typename S::char_type>
template <typename S,
fmt::enable_if_t<
(is_compile_string<S>::value),
int> = 0>
constexpr auto to_string_view(const S& s)
-> basic_string_view<typename S::char_type>
Declared at: third_party/fmt/include/fmt/core.h:535
Templates
- S
- fmt::enable_if_t<(is_compile_string
::value), int>
Parameters
- const S& s