std::experimental::filesystem::filesystem_error::what
From cppreference.com
< cpp | experimental | fs | filesystem error
C++
Filesystem library
| Classes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Functions | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| File types | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filesystem_error
| Member functions | ||||
filesystem_error::what | ||||
| Inherited from std::system_error | ||||
| const char* what() const; |
(filesystem TS) | |
Returns the explanatory byte string that was stored in the exception object.
[edit] Parameters
(none)
[edit] Exceptions
noexcept specification:
noexcept
[edit] See also
| This section is incomplete |