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) | (filesystem TS) |
|
file_status
&
operator
=
(
file_status
&&
other
)
=
default
;
|
(2) | (filesystem TS) |
Kopiert oder verschiebt ein anderes Dateityp-Objekt.
Parameter
| Dieser Abschnitt ist unvollständig |
Rückgabewert
* this
Exceptions
noexcept
Spezifikation:
noexcept