命名空间
变体
操作

std::error_category::name

来自 cppreference.cn
< cpp‎ | 错误‎ | 错误类别
 
 
 
 
 
virtual const char* name() const noexcept = 0;
(C++11 起)

返回一个指向以 null 结尾的字节字符串的指针,该字符串指定错误类别的名称。

[编辑] 参数

(无)

[编辑] 返回值

以 null 结尾的字节字符串,指定错误类别的名称。