ΒΆtemplate <typename Char,
          typename OutputIt,
          typename T,
          fmt::enable_if_t<
              (std::is_same<T, void>::value),
              int> = 0>
auto write(OutputIt out,
           const T* value,
           const format_specs<Char>& specs = {},
           fmt::detail::locale_ref = {})
    -> OutputIt

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

Templates

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

Parameters

OutputIt out
const T* value
const format_specs<Char>& specs = {}
fmt::detail::locale_ref = {}