名稱空間
變體
操作

std::filesystem::file_status::operator=

來自 cppreference.com
 
 
 
 
file_status& operator=( const file_status& other ) noexcept = default;
(1) (C++17 起)
file_status& operator=( file_status&& other ) noexcept = default;
(2) (C++17 起)

複製或移動賦值另一個檔案狀態物件。

[編輯] 引數

其他 - 另一個要賦值的 file_status 物件

[編輯] 返回值

*this

[編輯] 示例