HomeManualTopicsTypesSymbols

std::Error

displays an error message and terminates the program

Parameter

args*

Results

None

Description

All arguments are converted to strings, concatenated and printed to stderr.

Afterwards the program terminates with exit code std::EXIT_FAILURE.

This function needs I/O-access rights.

Topic

Errors

See also

std::exit terminates the current program or task