ΒΆtemplate <typename Char, typename OutputIt>
constexpr auto write(
    OutputIt out,
    const Char* s,
    const format_specs<Char>& specs,
    fmt::detail::locale_ref) -> OutputIt

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

Templates

Char
OutputIt

Parameters

OutputIt out
const Char* s
const format_specs<Char>& specs
fmt::detail::locale_ref