std::experimental::filesystem::filesystem_error::path1,path2
From cppreference.com
< cpp | experimental | fs | filesystem error
C++
Filesystem library
| Classes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Functions | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| File types | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filesystem_error
| Member functions | ||||
filesystem_error::path1filesystem_error::path2 | ||||
| Inherited from std::system_error | ||||
const path& path1() const; |
(filesystem TS) | |
const path& path2() const; |
(filesystem TS) | |
Returns the paths that were stored in the exception object.
Parameters
(none)
Exceptions
noexcept specification:
noexcept
See also
| This section is incomplete |