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