ΒΆtemplate <typename Char, typename OutputIt>
constexpr auto write(
OutputIt out,
Char value,
const format_specs<Char>& specs,
fmt::detail::locale_ref loc = {}) -> OutputIt
template <typename Char, typename OutputIt>
constexpr auto write(
OutputIt out,
Char value,
const format_specs<Char>& specs,
fmt::detail::locale_ref loc = {}) -> OutputIt
Declared at: third_party/fmt/include/fmt/format.h:2003
Templates
- Char
- OutputIt
Parameters
- OutputIt out
- Char value
- const format_specs<Char>& specs
- fmt::detail::locale_ref loc = {}