ΒΆtemplate <typename Char,
          typename OutputIt,
          typename T,
          fmt::enable_if_t<
              (is_integral<T>::value &&
               !std::is_same<T, bool>::value &&
               !std::is_same<
                   OutputIt,
                   buffer_appender<Char>>::value),
              int> = 0>
inline constexpr auto write(
    OutputIt out,
    T value,
    const format_specs<Char>& specs,
    fmt::detail::locale_ref loc) -> OutputIt

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

Templates

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

Parameters

OutputIt out
T value
const format_specs<Char>& specs
fmt::detail::locale_ref loc