std::filesystem::path::clear
Min standard notice:
Clears the stored pathname. empty() is true after the call.
# Declarations
void clear() noexcept;
(since C++17)
# Return value
(none)
Clears the stored pathname. empty() is true after the call.
void clear() noexcept;
(since C++17)
(none)