std::filesystem::path::swap

Swaps the contents (both native and generic format) of *this and other.

# Declarations

void swap( path& other ) noexcept;

(since C++17)

# Parameters

# Return value

(none)

# See also