Formats args according to specifications in fmt and writes the output to stdout followed by a newline.
Declared in <fmt/base.h>
template<typename... T>
void
println(
format_string<T...> fmt,
T&&... args);
| Name | Description |
|---|---|
| fmt | The format string. |
| args | The arguments to format. |