ΒΆtemplate <typename Char, typename OutputIt>
constexpr auto write(
OutputIt out,
basic_string_view<Char> value) -> OutputIt
template <typename Char, typename OutputIt>
constexpr auto write(
OutputIt out,
basic_string_view<Char> value) -> OutputIt
Declared at: third_party/fmt/include/fmt/format.h:3684
Templates
- Char
- OutputIt
Parameters
- OutputIt out
- basic_string_view<Char> value