ΒΆtemplate <typename... T>
inline void println(format_string<T...> fmt,
                    T&&... args)

Description

Formats ``args`` according to specifications in ``fmt`` and writes the output to ``stdout`` followed by a newline.

Declared at: third_party/fmt/include/fmt/core.h:2911

Templates

T

Parameters

format_string<T...> fmt
T&&... args