std::experimental::filesystem::directory_entry:: directory_entry
From cppreference.net
<
cpp
|
experimental
|
fs
|
directory entry
C++
Filesystem library
| Classes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Functions | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| File types | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
directory_entry
(
)
=
default
;
|
(1) | (filesystem TS) |
|
directory_entry
(
const
directory_entry
&
)
=
default
;
|
(2) | (filesystem TS) |
|
directory_entry
(
directory_entry
&&
)
=
default
;
|
(3) | (filesystem TS) |
|
explicit
directory_entry
(
const
path
&
p
)
;
|
(4) | (filesystem TS) |
新しい
directory_entry
オブジェクトを構築します。
1)
デフォルトコンストラクタ。
2)
デフォルトコピーコンストラクタ。
3)
デフォルトムーブコンストラクタ。
4)
パス
p
でディレクトリエントリを初期化します。
パラメータ
| このセクションは不完全です |
例外
| このセクションは不完全です |