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

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

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

参数

(无)

异常

noexcept 规定:  
noexcept
  

参阅