|
Melon
A C++ library designed for RadishOS.
|
Contains functions to display text. More...
Functions | |
| template<typename... ARGS> | |
| void | print (const String::String &str, ARGS &&...args) |
| Print a formatted string to the standard output stream. | |
| template<typename... ARGS> | |
| void | println (const String::String &str, ARGS &&...args) |
| Print a newline-terminated formatted string to the standard output stream. | |
Contains functions to display text.
| void Melon::Print::print | ( | const String::String & | str, |
| ARGS &&... | args ) |
Print a formatted string to the standard output stream.
| str | string to format |
| args | format values |
| void Melon::Print::println | ( | const String::String & | str, |
| ARGS &&... | args ) |
Print a newline-terminated formatted string to the standard output stream.
| str | string to format |
| args | format values |