std::experimental::filesystem::filesystem_error::
what
From cppreference.com
<
cpp
|
experimental
|
fs
|
filesystem error
C++
Language
Standard library headers
Concepts
Utilities library
Strings library
Containers library
Algorithms library
Iterators library
Numerics library
Input/output library
Localizations library
Regular expressions library
(C++11)
Atomic operations library
(C++11)
Thread support library
(C++11)
Filesystem library
Template:cpp/experimental/fs/navbar content
filesystem_error
Template:cpp/experimental/fs/filesystem error/navbar content
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
Categories
:
unconditionally noexcept
Todo without reason