名稱空間
變體
操作

std::system_error::what

來自 cppreference.com
< cpp‎ | 錯誤‎ | 系統錯誤
 
 
 
 
 
virtual const char* what() const noexcept;
(C++11 起)

返回解釋字串。

[編輯] 引數

(無)

[編輯] 返回值

指向以 null 結尾的字串的指標,包含解釋性資訊。

[編輯] 參閱

返回錯誤碼
(public member function) [編輯]