std::filesystem::file_status:: operator=
From cppreference.net
<
cpp
|
filesystem
|
file status
C++
std::filesystem::file_status
| Member functions | ||||
|
file_status::operator=
|
||||
| Non-member functions | ||||
|
(C++20)
|
|
file_status
&
operator
=
(
const
file_status
&
other
)
noexcept
=
default
;
|
(1) | (C++17以降) |
|
file_status
&
operator
=
(
file_status
&&
other
)
noexcept
=
default
;
|
(2) | (C++17以降) |
別のファイルステータスオブジェクトをコピー代入またはムーブ代入します。
パラメータ
| other | - | 代入する別のfile_statusオブジェクト |
戻り値
* this
例
|
このセクションは不完全です
理由: 例がありません |