std::experimental::filesystem::filesystem_error:: path1,path2
From cppreference.net
<
cpp
|
experimental
|
fs
|
filesystem error
C++
Filesystem library
| Classes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Functions | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| File types | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filesystem_error
| Member functions | ||||
|
filesystem_error::path1
filesystem_error::path2
|
||||
| Inherited from std::system_error | ||||
|
const
path
&
path1
(
)
const
;
|
(ファイルシステム TS) | |
|
const
path
&
path2
(
)
const
;
|
(ファイルシステム TS) | |
例外オブジェクトに保存されていたパスを返します。
パラメータ
(なし)
例外
noexcept
仕様:
noexcept
関連項目
| このセクションは不完全です |