std::filesystem::filesystem_error::path1, std::filesystem::filesystem_error::path2

来自cppreference.com
 
 
 
filesystem_error
成员函数
filesystem_error::path1filesystem_error::path2
继承自 std::system_error
 
const std::filesystem::path& path1() const noexcept;
(C++17 起)
const std::filesystem::path& path2() const noexcept;
(C++17 起)

返回存储于异常对象中的路径。

参数

(无)

示例