std::experimental::filesystem::file_status::file_status
来自cppreference.com
< cpp | experimental | fs | file status
file_status( const file_status& ) = default; |
(1) | (文件系统 TS) |
file_status( file_status&& ) = default; |
(2) | (文件系统 TS) |
explicit file_status( file_type type = file_type::none, perms permissions = perms::unknown ); |
(3) | (文件系统 TS) |
构造新的 file_status
对象。
1) 预置的复制构造函数。
2) 预置的移动构造函数。
3) 以 type 为类型并以 permissions 为权限初始化文件状态对象。
参数
本节未完成 |
异常
noexcept 规定:
noexcept