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
예제
|
이 섹션은 불완전합니다
이유: 예제가 없음 |