writes its arguments (as a single string) to the standard output channel
None
The arguments are converted into a single string which is then converted into utf-8.
This function needs I/O-access rights.
std::println | writes its arguments and a trailing newline to the standard output channel |
std::print_string | writes its argument (a single string) to the standard output channel |
std::eprint | writes its arguments (as a single string) to the error output channel |