std::experimental::filesystem::path::clear
From cppreference.com
< cpp | experimental | fs | path
void clear(); |
(filesystem TS) | |
Clears the stored pathname. empty() is true after the call.
Parameters
(none)
Return value
(none)
Exceptions
noexcept specification:
noexcept