ΒΆtemplate <
typename OutputIt,
typename DecimalFP,
typename Char,
typename Grouping = digit_grouping<Char>>
constexpr auto do_write_float(
OutputIt out,
const DecimalFP& f,
const format_specs<Char>& specs,
fmt::detail::float_specs fspecs,
fmt::detail::locale_ref loc) -> OutputIt
template <
typename OutputIt,
typename DecimalFP,
typename Char,
typename Grouping = digit_grouping<Char>>
constexpr auto do_write_float(
OutputIt out,
const DecimalFP& f,
const format_specs<Char>& specs,
fmt::detail::float_specs fspecs,
fmt::detail::locale_ref loc) -> OutputIt
Declared at: third_party/fmt/include/fmt/format.h:2620
Templates
- OutputIt
- DecimalFP
- Char
- Grouping
Parameters
- OutputIt out
- const DecimalFP& f
- const format_specs<Char>& specs
- fmt::detail::float_specs fspecs
- fmt::detail::locale_ref loc