命名空间
变体
操作

std::error_category::message

来自 cppreference.cn
 
 
 
 
 
virtual std::string message( int condition ) const = 0;
(自 C++11 起)

返回一个字符串,描述由 *this 代表的错误类别给定的错误条件。

[编辑] 参数

condition - 指定要描述的错误条件

[编辑] 返回值

一个字符串,描述给定的错误条件。

[编辑] 异常

可能抛出实现定义的异常。