std::experimental::filesystem::swap(std::experimental::filesystem::path)
Min standard notice:
Exchanges the state of lhs with that of rhs. Effectively calls lhs.swap(rhs).
# Declarations
void swap( path& lhs, path& rhs );
(filesystem TS)
# Parameters
lhs, rhs: paths whose states to swap
# Return value
(none)