Namespaces
Variants

std::experimental::filesystem::file_status:: operator=

From cppreference.net
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

Rückgabewert

* this

Exceptions

noexcept Spezifikation:
noexcept