名稱空間
變體
操作

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

來自 cppreference.com
 
 
 
 
file_status( const file_status& ) = default;
(1) (filesystem TS)
file_status( file_status&& ) = default;
(2) (filesystem TS)
explicit file_status( file_type type = file_type::none,
                      perms permissions = perms::unknown );
(3) (filesystem TS)

構造一個新的 file_status 物件。

1) 預設複製建構函式。
2) 預設移動建構函式。
3) 使用 type 作為型別,permissions 作為許可權初始化檔案狀態物件。

[編輯] 引數

[編輯] 異常

noexcept 規範:  
noexcept