std::experimental::filesystem::file_status:: operator=
From cppreference.net
<
cpp
|
experimental
|
fs
|
file status
C++
Filesystem library
| Classes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Functions | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| File types | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
file_status
&
operator
=
(
const
file_status
&
other
)
=
default
;
|
(1) | (파일시스템 TS) |
|
file_status
&
operator
=
(
file_status
&&
other
)
=
default
;
|
(2) | (파일시스템 TS) |
다른 파일 타입 객체를 복사 또는 이동 할당합니다.
매개변수
| 이 섹션은 불완전합니다 |
반환값
* this
예외
noexcept
명세:
noexcept