命名空间
变体
操作

std::filesystem::path::clear

来自 cppreference.com
< cpp‎ | filesystem‎ | path
 
 
 
 
void clear() noexcept;
(自 C++17 起)

清除存储的路径名。 empty() 在调用后为 true

[编辑] 参数

(无)

[编辑] 返回值

(无)