名前空間
変種

std::filesystem::swap(std::filesystem::path)

提供: cppreference.com
 
 
 
 
<tbody> </tbody>
void swap( path& lhs, path& rhs ) noexcept;
(C++17以上)

lhsrhs の状態を交換します。 実質的に lhs.swap(rhs) を呼びます。

引数

lhs, rhs - 状態を入れ替えるパス

戻り値

(なし)

関連項目

2つのパスを入れ替えます
(パブリックメンバ関数) [edit]
Morty Proxy This is a proxified and sanitized view of the page, visit original site.