std::experimental::filesystem::path::clear
Min standard notice:
Clears the stored pathname. empty() is true after the call.
# Declarations
void clear();
(filesystem TS)
# Return value
(none)
Clears the stored pathname. empty() is true after the call.
void clear();
(filesystem TS)
(none)