std::experimental::filesystem::filesystem_error::filesystem_error
来自cppreference.com
< cpp | experimental | fs | filesystem error
filesystem_error( const string& what_arg, error_code ec ); |
(1) | (文件系统 TS) |
filesystem_error( const string& what_arg, const path& p1, error_code ec ); |
(2) | (文件系统 TS) |
filesystem_error( const string& what_arg, const path& p1, const path& p2, error_code ec ); |
(3) | (文件系统 TS) |
构造新的文件系统错误对象。接受字符串被设为 what_arg,错误码被设为 ec,以及可选地将导致错误的操作中所涉及的路径设为 p1 和 p2。
参数
本节未完成 |
参阅
本节未完成 |