std::error_condition::message
来自 cppreference.com
< cpp | error | error condition
成员函数 | ||||
error_condition::message | ||||
非成员函数 | ||||
(直到 C++20)(直到 C++20)(C++20) | ||||
辅助类 | ||||
std::string message() const; |
(自 C++11 起) | |
返回存储的错误值和错误类别的解释性消息。有效地调用 category().message(value()).
内容 |
(无)
存储的错误值和错误类别的解释性消息。
可能会抛出实现定义的异常。
[虚拟] |
获取解释性字符串 ( std::error_category 的虚拟公共成员函数) [编辑] |