std::filesystem::filesystem_error
From cppreference.com
< cpp | filesystem
Defined in header <filesystem>
|
||
class filesystem_error; |
(since C++17) | |
The class std::filesystem::filesystem_error
defines an exception object that is thrown on failure by the throwing overloads of the functions in the filesystem library.
Inheritance diagram
Contents |
[edit] Member functions
|