Namespaces
Variants

std::filesystem::path:: clear

From cppreference.net
void clear ( ) noexcept ;
(自 C++17 起)

清除存储的路径名。调用后 empty() 将返回 true

参数

(无)

返回值

(无)