命名空间
变体
操作

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

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

返回存储在异常对象中的解释性字节串。

[编辑] 参数

(无)

[编辑] 异常

noexcept 规范:  
noexcept
  

[编辑] 另请参阅