std::filesystem::swap(std::filesystem::path) - cppreference.com (original) (raw)

Exchanges the state of lhs with that of rhs. Effectively calls lhs.swap(rhs).

[edit] Parameters

lhs, rhs - paths whose states to swap

[edit] Return value

(none)

[edit] See also

| | swaps two paths (public member function) [edit] | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |