std::filesystem::path::clear

Clears the stored pathname. empty() is true after the call.

# Declarations

void clear() noexcept;

(since C++17)

# Return value

(none)