名稱空間
變體
操作

std::experimental::filesystem::file_status::type

來自 cppreference.com
< cpp‎ | experimental‎ | fs‎ | file status
 
 
 
 
file_type type() const;
(1) (檔案系統 TS)
void type( file_type type );
(2) (檔案系統 TS)

訪問檔案型別資訊。

1) 返回檔案型別資訊。
2) 將檔案型別設定為 type

[編輯] 引數

型別 - 要設定的檔案型別

[編輯] 返回值

1) 檔案型別資訊。
2) (無)

[編輯] 異常

noexcept 規範:  
noexcept