std::experimental::filesystem::filesystem_error::path1,path2
来自cppreference.com
< cpp | experimental | fs | filesystem error
文件系统库
类 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
函数 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
文件类型 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filesystem_error
成员函数 | ||||
filesystem_error::path1filesystem_error::path2 | ||||
继承自 std::system_error | ||||
const path& path1() const; | (文件系统 TS) | |
const path& path2() const; | (文件系统 TS) | |
返回异常对象中存储的路径。
参数
(无)
异常
noexcept 规定:
noexcept
参阅
本节未完成 |