std::experimental::filesystem::filesystem_error::what

来自cppreference.com
 
 
 
 
const char* what() const;
(文件系统 TS)

返回异常对象中存储的解释字符串。

[编辑] 参数

(无)

[编辑] 异常

noexcept 规定:  
noexcept
  

[编辑] 参阅