std::filesystem::filesystem_error::path1, std::filesystem::filesystem_error::path2
< cpp | filesystem | filesystem error
const std::filesystem::path& path1() const noexcept; |
(C++17 起) | |
const std::filesystem::path& path2() const noexcept; |
(C++17 起) | |
返回存储于异常对象中的路径。
参数
(无)
返回值
到构造函数所存储的 path
参数的副本的引用。
示例
本节未完成 原因:暂无示例 |