命名空间
变体
操作

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

[编辑] 参数

type - 要设置的文件类型

[编辑] 返回值

1) 文件类型信息。
2) (无)

[编辑] 异常

noexcept 规范:  
noexcept