ΒΆtemplate <typename OutputIt, typename Char>
constexpr auto fill(OutputIt it,
                    size_t n,
                    const fill_t<Char>& fill)
    -> OutputIt

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

Templates

OutputIt
Char

Parameters

OutputIt it
size_t n
const fill_t<Char>& fill