ΒΆtemplate <typename Char,
          typename OutputIt,
          typename T,
          fmt::enable_if_t<(is_string<T>::value),
                           int> = 0>
constexpr auto write(OutputIt out, const T& value)
    -> OutputIt

Declared at: third_party/fmt/include/fmt/format.h:3693

Templates

Char
OutputIt
T
fmt::enable_if_t<(is_string::value), int>

Parameters

OutputIt out
const T& value