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