HomeManualTopicsTypesSymbols

std::eprint_string

writes its argument (a single string) to the error output channel

Parameter

str
the string to print

Results

None

Description

The argument is converted into utf-8.

This function needs I/O-access rights.

Example

eprint_string! "Bonjour, Chloé!@nl;"

Example

eprint_string! "Bonjour, Chloé!@nl;"

Error output

Bonjour, Chloé!

Topic

Input-Output

See also

std::eprint writes its arguments (as a single string) to the error output channel
std::eprintln writes its arguments and a trailing newline to the error output channel
std::print_string writes its argument (a single string) to the standard output channel