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

From cppreference.com
file_status & operator = ( const file_status & other ) = default ;
(1) (filesystem TS)
file_status & operator = ( file_status && other ) = default ;
(2) (filesystem TS)

Copy- or move-assigns another file type object.

Parameters

Return value

* this

Exceptions

noexcept specification:
noexcept