ΒΆtemplate <typename Char,
          typename OutputIt,
          typename T,
          fmt::enable_if_t<
              (is_floating_point<T>::value &&
               !is_fast_float<T>::value),
              int> = 0>
inline auto write(OutputIt out, T value)
    -> OutputIt

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

Templates

Char
OutputIt
T
fmt::enable_if_t<(is_floating_point::value && !is_fast_float::value), int>

Parameters

OutputIt out
T value