std::error_condition::message_C++中文网
位置:首页 > C++ 参考手册 >错误处理 >std::error_condition > std::error_condition::message
std::error_condition::message
| std::string message() const; |
(C++11 起) | |
为存储的 error_code 和 error_category 返回解释性字符串。等效于调用 category().message(value()) 。
参数
(无)
返回值
存储的 error_code 和 error_category 的解释性字符串。
异常
(无)