ΒΆtemplate <typename Char, typename OutputIt>
auto write(OutputIt out,
fmt::monostate,
format_specs<Char> = {},
fmt::detail::locale_ref = {})
-> OutputIt
template <typename Char, typename OutputIt>
auto write(OutputIt out,
fmt::monostate,
format_specs<Char> = {},
fmt::detail::locale_ref = {})
-> OutputIt
Declared at: third_party/fmt/include/fmt/format.h:3677
Templates
- Char
- OutputIt
Parameters
- OutputIt out
- fmt::monostate
- format_specs<Char> = {}
- fmt::detail::locale_ref = {}