![]() |
cppgfx
0.1.0
C++17 educational graphics library
|
Console output and formatting. More...
Functions | |
| 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.
|
inline |
Print a formatted string without newline to the console (FMT/Python formatting supported)
| args | Arguments to pass to fmt::print. |
|
inline |
Print a formatted string with newline to the console (FMT/Python formatting supported)
| args | Arguments to pass to fmt::print. |