std::filesystem::filesystem_error::path1, std::filesystem::filesystem_error::path2
提供: cppreference.com
< cpp | filesystem | filesystem error
const std::filesystem::path& path1() const noexcept; |
(C++17以上) | |
const std::filesystem::path& path2() const noexcept; |
(C++17以上) | |
例外オブジェクトに格納されているパスを返します。
[編集] 引数
(なし)
[編集] 例
This section is incomplete Reason: no example |