ΒΆtemplate <
typename Char,
typename OutputIt,
typename T,
fmt::enable_if_t<(is_fast_float<T>::value),
int> = 0>
constexpr auto write(OutputIt out, T value)
-> OutputIt
template <
typename Char,
typename OutputIt,
typename T,
fmt::enable_if_t<(is_fast_float<T>::value),
int> = 0>
constexpr auto write(OutputIt out, T value)
-> OutputIt
Declared at: third_party/fmt/include/fmt/format.h:3648
Templates
- Char
- OutputIt
- T
- fmt::enable_if_t<(is_fast_float
::value), int>
Parameters
- OutputIt out
- T value