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)

Копирует или перемещает другой объект типа файла.

Параметры

Возвращаемое значение

* this

Исключения

noexcept спецификация:
noexcept