ΒΆtemplate <typename OutputIt,
typename DecimalFP,
typename Char>
constexpr auto 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>
constexpr auto 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:2739
Templates
- OutputIt
- DecimalFP
- Char
Parameters
- OutputIt out
- const DecimalFP& f
- const format_specs<Char>& specs
- fmt::detail::float_specs fspecs
- fmt::detail::locale_ref loc