ΒΆtemplate <typename Char,
          typename T,
          typename U,
          fmt::enable_if_t<
              (std::is_same<remove_const_t<T>,
                            U>::value &&
               is_char<U>::value),
              int> = 0>
constexpr auto copy_str(T* begin, T* end, U* out)
    -> U*

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

Templates

Char
T
U
fmt::enable_if_t<(std::is_same, U>::value && is_char::value), int>

Parameters

T* begin
T* end
U* out