Namespaces
Variants

std::filesystem::file_status:: operator=

From cppreference.net
file_status & operator = ( const file_status & other ) noexcept = default ;
(1) (начиная с C++17)
file_status & operator = ( file_status && other ) noexcept = default ;
(2) (начиная с C++17)

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

Параметры

other - другой объект file_status для присвоения

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

* this

Пример