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