Melon
A C++ library designed for RadishOS.
Loading...
Searching...
No Matches
Melon::Print Namespace Reference

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.

Detailed Description

Contains functions to display text.

Function Documentation

◆ print()

template<typename... ARGS>
void Melon::Print::print ( const String::String & str,
ARGS &&... args )

Print a formatted string to the standard output stream.

Parameters
strstring to format
argsformat values

◆ println()

template<typename... ARGS>
void Melon::Print::println ( const String::String & str,
ARGS &&... args )

Print a newline-terminated formatted string to the standard output stream.

Parameters
strstring to format
argsformat values