Console output and formatting.
More...
|
template<typename... Args> |
void | cppgfx::App::print (Args &&... args) |
| Print a formatted string without newline to the console (FMT/Python formatting supported) More...
|
|
template<typename... Args> |
void | cppgfx::App::println (Args &&... args) |
| Print a formatted string with newline to the console (FMT/Python formatting supported) More...
|
|
Console output and formatting.
◆ print()
template<typename... Args>
void cppgfx::App::print |
( |
Args &&... |
args | ) |
|
|
inline |
Print a formatted string without newline to the console (FMT/Python formatting supported)
- Parameters
-
args | Arguments to pass to fmt::print. |
◆ println()
template<typename... Args>
void cppgfx::App::println |
( |
Args &&... |
args | ) |
|
|
inline |
Print a formatted string with newline to the console (FMT/Python formatting supported)
- Parameters
-
args | Arguments to pass to fmt::print. |