名稱空間
變體
操作

std::error_category::name

來自 cppreference.com
< cpp‎ | 錯誤‎ | 錯誤類別
 
 
 
 
 
virtual const char* name() const noexcept = 0;
(C++11 起)

返回一個指向以 null 結尾的位元組字串的指標,該字串指定錯誤類別的名稱。

[編輯] 引數

(無)

[編輯] 返回值

以 null 結尾的位元組字串,指定錯誤類別的名稱。