|
coan
6.0.1
A C/C++ Configuration Analyzer
|
Go to the source code of this file.
Functions | |
| template<char Delim> | |
| string | system_error_message (unsigned errnum) |
| Get the system error message for a system error number. More... | |
| template<> | |
| string | system_error_message<'/'> (unsigned errnum) |
This file implements free function system_error_message
Definition in file syserr.cpp.
| std::string system_error_message | ( | unsigned | errnum | ) |
Get the system error message for a system error number.
| errnum | The system error number for which the message is required. |
errnum. Definition at line 89 of file syserr.cpp.