std::filesystem::file_status::type
std::filesystem::file_type type() const; | (1) | (since C++17) |
|---|---|---|
void type( std::filesystem::file_type type ); | (2) | (since C++17) |
访问文件类型信息。
1%29返回文件类型信息。
2%29组文件类型为type...
参数
type | - | file type to set to |
|---|
返回值
1%29文件类型信息。
2%29%280%29
例外
noexcept规格:
noexcept
例
© cppreference.com在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com

