writes its argument (a single string) to the specified output channel
None
The argument is converted into utf-8.
The function might block until the output channel is ready to accept more data.
This function needs I/O-access rights.
std::print_to | prints its arguments to the specified file descriptor |
std::print | writes its arguments (as a single string) to the standard output channel |
std::eprint | writes its arguments (as a single string) to the error output channel |
std::write_string_to | writes its argument (a single string) to the specified output channel |