std::filesystem::filesystem_error::what
提供: cppreference.com
< cpp | filesystem | filesystem error
const char* what() const noexcept override; |
(C++17以上) | |
説明のバイト文字列を返します。 この説明文字列は構築時に渡された説明文字列を含みます。 処理系は返す文字列内に path1() および path2() のネイティブ形式のパス名と std::system_error::what() の文字列も同様に含めることが推奨されます。
[編集] 引数
(なし)
[編集] 例
This section is incomplete Reason: no example |