ΒΆtemplate <typename Char, typename OutputIt>
constexpr auto write(
OutputIt out,
basic_string_view<type_identity_t<Char>> s,
const format_specs<Char>& specs,
fmt::detail::locale_ref) -> OutputIt
template <typename Char, typename OutputIt>
constexpr auto write(
OutputIt out,
basic_string_view<type_identity_t<Char>> s,
const format_specs<Char>& specs,
fmt::detail::locale_ref) -> OutputIt
Declared at: third_party/fmt/include/fmt/format.h:2353
Templates
- Char
- OutputIt
Parameters
- OutputIt out
- basic_string_view<type_identity_t<Char>> s
- const format_specs<Char>& specs
- fmt::detail::locale_ref