std::filesystem::file_status::file_status
来自cppreference.com
| |
(1) | (C++17 起) |
| |
(2) | (C++17 起) |
| |
(3) | (C++17 起) |
| |
(4) | (C++17 起) |
构造新的 file_status 对象。
1) 默认构造函数以 std::filesystem::file_type::none 调用 (4)。
2,3) 预置的复制与移动构造函数。
4) 以
type 为类型,permissions 为权限,初始化 file_status 对象。参数
| type | - | 文件状态的类型 |
| permissions | - | 文件状态的权限 |
示例
| 本节未完成 原因:暂无示例 |