ΒΆ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,
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,
F&& f) -> OutputIt
Declared at: third_party/fmt/include/fmt/format.h:1806
Templates
- align::type align
- OutputIt
- Char
- F
Parameters
- OutputIt out
- const format_specs<Char>& specs
- size_t size
- F&& f