名前空間
変種

std::filesystem::path::swap

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

*thisother の内容 (ネイティブ形式と汎用形式の両方) を入れ替えます。

引数

other - 内容を交換する別のパス

戻り値

(なし)

計算量

一定。

関連項目

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