ΒΆtemplate <align::type align = align::left,
typename Char,
typename OutputIt>
constexpr auto write_bytes(
OutputIt out,
fmt::string_view bytes,
const format_specs<Char>& specs) -> OutputIt
template <align::type align = align::left,
typename Char,
typename OutputIt>
constexpr auto write_bytes(
OutputIt out,
fmt::string_view bytes,
const format_specs<Char>& specs) -> OutputIt
Declared at: third_party/fmt/include/fmt/format.h:1812
Templates
- align::type align
- Char
- OutputIt
Parameters
- OutputIt out
- fmt::string_view bytes
- const format_specs<Char>& specs