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

Description

\rstFormats ``args`` according to specifications in ``fmt`` and writes the output to ``stdout``. *Example**:: fmt::print("Elapsed time: {0:.2f} seconds", 1.23);\endrst

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

Templates

T

Parameters

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