名前空間
変種
操作

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

提供: cppreference.com
 
 
 
 
const std::filesystem::path& path1() const noexcept;
(C++17以上)
const std::filesystem::path& path2() const noexcept;
(C++17以上)

例外オブジェクトに格納されているパスを返します。

[編集] 引数

(なし)

[編集]