std::experimental::filesystem::path::swap
Min standard notice:
Swaps the contents of *this and other.
# Declarations
void swap( path& other );
(filesystem TS)
# Parameters
other: another path to exchange the contents with
# Return value
(none)
Swaps the contents of *this and other.
void swap( path& other );
(filesystem TS)
other: another path to exchange the contents with(none)