名稱空間
變體
操作

std::experimental::filesystem::file_status::operator=

來自 cppreference.com
< cpp‎ | experimental‎ | fs‎ | file status
 
 
 
 
file_status& operator=( const file_status& other ) = default;
(1) (檔案系統 TS)
file_status& operator=( file_status&& other ) = default;
(2) (檔案系統 TS)

複製或移動賦值另一個檔案型別物件。

[編輯] 引數

[編輯] 返回值

*this

[編輯] 異常

noexcept 規範:  
noexcept