ΒΆtemplate <align::type align = align::left,
typename OutputIt,
typename Char,
typename F>
constexpr auto write_padded(
OutputIt out,
const format_specs<Char>& specs,
size_t size,
size_t width,
F&& f) -> OutputIt
template <align::type align = align::left,
typename OutputIt,
typename Char,
typename F>
constexpr auto write_padded(
OutputIt out,
const format_specs<Char>& specs,
size_t size,
size_t width,
F&& f) -> OutputIt
Declared at: third_party/fmt/include/fmt/format.h:1787
Templates
- align::type align
- OutputIt
- Char
- F
Parameters
- OutputIt out
- const format_specs<Char>& specs
- size_t size
- size_t width
- F&& f